diff options
Diffstat (limited to 'cmd/check/command/command_test.go')
-rw-r--r-- | cmd/check/command/command_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/check/command/command_test.go b/cmd/check/command/command_test.go index cd06456..ce3cef9 100644 --- a/cmd/check/command/command_test.go +++ b/cmd/check/command/command_test.go @@ -4,11 +4,11 @@ import ( "testing" "github.com/stretchr/testify/require" - "gitlab.com/gitlab-org/gitlab-shell/cmd/check/command" - "gitlab.com/gitlab-org/gitlab-shell/internal/command/healthcheck" - "gitlab.com/gitlab-org/gitlab-shell/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/internal/executable" - "gitlab.com/gitlab-org/gitlab-shell/internal/sshenv" + "gitlab.com/gitlab-org/gitlab-shell/v14/cmd/check/command" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/command/healthcheck" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/config" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/executable" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/sshenv" ) var ( |