diff options
Diffstat (limited to 'internal/sshd/connection_test.go')
-rw-r--r-- | internal/sshd/connection_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/sshd/connection_test.go b/internal/sshd/connection_test.go index 4f54a1c..3a5f664 100644 --- a/internal/sshd/connection_test.go +++ b/internal/sshd/connection_test.go @@ -14,10 +14,10 @@ import ( grpccodes "google.golang.org/grpc/codes" grpcstatus "google.golang.org/grpc/status" - "gitlab.com/gitlab-org/gitlab-shell/client" - "gitlab.com/gitlab-org/gitlab-shell/internal/command/shared/disallowedcommand" - "gitlab.com/gitlab-org/gitlab-shell/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/internal/metrics" + "gitlab.com/gitlab-org/gitlab-shell/v14/client" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/command/shared/disallowedcommand" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/config" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/metrics" ) type rejectCall struct { |