summaryrefslogtreecommitdiff
path: root/internal/command/receivepack/gitalycall.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/receivepack/gitalycall.go')
-rw-r--r--internal/command/receivepack/gitalycall.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/command/receivepack/gitalycall.go b/internal/command/receivepack/gitalycall.go
index 0318e3b..39e1bc9 100644
--- a/internal/command/receivepack/gitalycall.go
+++ b/internal/command/receivepack/gitalycall.go
@@ -5,8 +5,8 @@ import (
"google.golang.org/grpc"
- "gitlab.com/gitlab-org/gitaly/v14/client"
- pb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v15/client"
+ pb "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb"
"gitlab.com/gitlab-org/gitlab-shell/v14/internal/command/commandargs"
"gitlab.com/gitlab-org/gitlab-shell/v14/internal/command/shared/accessverifier"
"gitlab.com/gitlab-org/gitlab-shell/v14/internal/handler"