Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/internal/redis/keywatcher_test.go')
-rw-r--r--workhorse/internal/redis/keywatcher_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/internal/redis/keywatcher_test.go b/workhorse/internal/redis/keywatcher_test.go
index a2f2b73898f..29041226b14 100644
--- a/workhorse/internal/redis/keywatcher_test.go
+++ b/workhorse/internal/redis/keywatcher_test.go
@@ -7,7 +7,7 @@ import (
"time"
"github.com/gomodule/redigo/redis"
- "github.com/rafaeljusto/redigomock"
+ "github.com/rafaeljusto/redigomock/v3"
"github.com/stretchr/testify/require"
)