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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitaly/testhelper_test.go')
-rw-r--r--internal/gitaly/testhelper_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/gitaly/testhelper_test.go b/internal/gitaly/testhelper_test.go
index 9f194318d..25010c246 100644
--- a/internal/gitaly/testhelper_test.go
+++ b/internal/gitaly/testhelper_test.go
@@ -8,9 +8,9 @@ import (
"github.com/dgraph-io/badger/v3"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
"google.golang.org/protobuf/proto"
)