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
path: root/auth
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-05-11 17:31:47 +0300
committerJohn Cai <jcai@gitlab.com>2022-05-20 17:30:07 +0300
commitcd77c04625b069c9bbef1f6193705648868cf0c4 (patch)
tree52be358ddbfa65b101c1b05287e8fcb656b929f2 /auth
parentc7e6e84522b46f1d5c5f590201407617db739112 (diff)
Update go package name from v14 to v15
This commit changes the major version in the package name from v14 to v15 Updating go.mod & go.sum with new module name v15 Update Makefile to bump major version to v15 Update the gitaly package name in the Makefile. Also update gitaly-git2go-v14 -> gitaly-git2go-v15. We need to keep gitaly-git2go-v14 for a release however, for zero downtime upgrades. This pulls directly from a sha that is v14. Update package name from v14->v15 for auth, client, cmd, internal packages This commit changes the package name from v14 to v15 in go and proto files in the internal, auth, client, cmd packages. proto: Update major package number in package name tools: Change major version number in package name from v14 to v15 gitaly-git2go: Change the package name from v14 to v15 update module updater for v15 Update the documentation for the module updater to reflect v15
Diffstat (limited to 'auth')
-rw-r--r--auth/extract_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/extract_test.go b/auth/extract_test.go
index 349d817db..4d136fe10 100644
--- a/auth/extract_test.go
+++ b/auth/extract_test.go
@@ -6,7 +6,7 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/util/metautils"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
)
func TestCheckTokenV2(t *testing.T) {