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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-10 15:44:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-10 15:49:46 +0300
commitdd2cf97a144b73053da370e97cc7581a81bdc527 (patch)
tree3a20798f8f7c85823b4466d007c8070ccfb4d84c /client/pool_test.go
parent46ee0248c36241d856710030958fa5e1e04b179e (diff)
go: Bump module version from v15 to v16
We're about to release Gitaly v16.0. As we've landed a bunch of previously announced removals it's thus time to bump our Go module version from v15 to v16.
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 4ca0696a9..af29f4bb7 100644
--- a/client/pool_test.go
+++ b/client/pool_test.go
@@ -8,11 +8,11 @@ import (
"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"