summaryrefslogtreecommitdiff
path: root/cmd/gitlab-shell-authorized-principals-check/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gitlab-shell-authorized-principals-check/main.go')
-rw-r--r--cmd/gitlab-shell-authorized-principals-check/main.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/cmd/gitlab-shell-authorized-principals-check/main.go b/cmd/gitlab-shell-authorized-principals-check/main.go
index 3e18b9d..10d3daa 100644
--- a/cmd/gitlab-shell-authorized-principals-check/main.go
+++ b/cmd/gitlab-shell-authorized-principals-check/main.go
@@ -4,13 +4,13 @@ import (
"fmt"
"os"
- cmd "gitlab.com/gitlab-org/gitlab-shell/cmd/gitlab-shell-authorized-principals-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/console"
- "gitlab.com/gitlab-org/gitlab-shell/internal/executable"
- "gitlab.com/gitlab-org/gitlab-shell/internal/logger"
+ cmd "gitlab.com/gitlab-org/gitlab-shell/v14/cmd/gitlab-shell-authorized-principals-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/console"
+ "gitlab.com/gitlab-org/gitlab-shell/v14/internal/executable"
+ "gitlab.com/gitlab-org/gitlab-shell/v14/internal/logger"
)
func main() {