diff options
Diffstat (limited to 'internal/handler/exec_test.go')
-rw-r--r-- | internal/handler/exec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/exec_test.go b/internal/handler/exec_test.go index 9b8fee8..5ad0675 100644 --- a/internal/handler/exec_test.go +++ b/internal/handler/exec_test.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/metadata" - pb "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb" + pb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb" "gitlab.com/gitlab-org/gitlab-shell/internal/config" "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet/accessverifier" "gitlab.com/gitlab-org/gitlab-shell/internal/sshenv" |