diff options
Diffstat (limited to 'cmd/check/main.go')
-rw-r--r-- | cmd/check/main.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/check/main.go b/cmd/check/main.go index e4bcdf2..578dfdf 100644 --- a/cmd/check/main.go +++ b/cmd/check/main.go @@ -4,12 +4,12 @@ import ( "fmt" "os" - checkCmd "gitlab.com/gitlab-org/gitlab-shell/cmd/check/command" - "gitlab.com/gitlab-org/gitlab-shell/internal/command" - "gitlab.com/gitlab-org/gitlab-shell/internal/command/readwriter" - "gitlab.com/gitlab-org/gitlab-shell/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/internal/executable" - "gitlab.com/gitlab-org/gitlab-shell/internal/logger" + checkCmd "gitlab.com/gitlab-org/gitlab-shell/v14/cmd/check/command" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/command" + "gitlab.com/gitlab-org/gitlab-shell/v14/internal/command/readwriter" + "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/logger" ) func main() { |