diff options
Diffstat (limited to 'internal/sshd/server_config.go')
-rw-r--r-- | internal/sshd/server_config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/sshd/server_config.go b/internal/sshd/server_config.go index e0d6ee9..c8b1e54 100644 --- a/internal/sshd/server_config.go +++ b/internal/sshd/server_config.go @@ -10,8 +10,8 @@ import ( "golang.org/x/crypto/ssh" - "gitlab.com/gitlab-org/gitlab-shell/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet/authorizedkeys" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/config" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/gitlabnet/authorizedkeys" "gitlab.com/gitlab-org/labkit/log" ) |