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 'client/pool_test.go')
-rw-r--r--client/pool_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/pool_test.go b/client/pool_test.go
index 37b6b9920..42b98c426 100644
--- a/client/pool_test.go
+++ b/client/pool_test.go
@@ -9,11 +9,11 @@ import (
grpcmw "github.com/grpc-ecosystem/go-grpc-middleware"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/v15/auth"
- "gitlab.com/gitlab-org/gitaly/v15/internal/bootstrap/starter"
- gitalycfgauth "gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/server/auth"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v16/auth"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/bootstrap/starter"
+ gitalycfgauth "gitlab.com/gitlab-org/gitaly/v16/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/gitaly/server/auth"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/health"