diff options
author | Nick Thomas <nick@gitlab.com> | 2021-06-04 08:05:15 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-06-04 08:05:15 +0000 |
commit | fb67770a6f483c59d4540c776cb81737005a3cac (patch) | |
tree | 10f79f776fd30501c7a8db8fa2eb06a3636756c8 /internal/handler/exec.go | |
parent | 40ff6687b3b0fbe5285cdeccf9afb84e42823a4b (diff) | |
parent | 9f5a802258338483075aa440225d67e95616740f (diff) | |
download | gitlab-shell-fb67770a6f483c59d4540c776cb81737005a3cac.tar.gz |
Merge branch 'ps-upgrade-gitaly' into 'main'
fix: upgrade of the gitaly dependency
See merge request gitlab-org/gitlab-shell!481
Diffstat (limited to 'internal/handler/exec.go')
-rw-r--r-- | internal/handler/exec.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/handler/exec.go b/internal/handler/exec.go index 1a7716e..fd0ea89 100644 --- a/internal/handler/exec.go +++ b/internal/handler/exec.go @@ -12,9 +12,9 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/metadata" - gitalyauth "gitlab.com/gitlab-org/gitaly/auth" - "gitlab.com/gitlab-org/gitaly/client" - pb "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb" + gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth" + "gitlab.com/gitlab-org/gitaly/v14/client" + 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" |