summaryrefslogtreecommitdiff
path: root/internal/command/command_test.go
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-10-17 12:10:37 +0100
committerNick Thomas <nick@gitlab.com>2019-10-18 11:47:25 +0100
commitff46222a3a75467d6b22c94abb09a3bb6be60623 (patch)
tree9e9a141a436dbce198eb8c3cbe69be97f71d92b4 /internal/command/command_test.go
parent83d11f4deeb20b852a0af3433190a0f7250a0027 (diff)
downloadgitlab-shell-ff46222a3a75467d6b22c94abb09a3bb6be60623.tar.gz
Rename import paths
Diffstat (limited to 'internal/command/command_test.go')
-rw-r--r--internal/command/command_test.go26
1 files changed, 13 insertions, 13 deletions
diff --git a/internal/command/command_test.go b/internal/command/command_test.go
index cd3ac9b..2ca319e 100644
--- a/internal/command/command_test.go
+++ b/internal/command/command_test.go
@@ -6,19 +6,19 @@ import (
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/authorizedkeys"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/authorizedprincipals"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/discover"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/healthcheck"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/lfsauthenticate"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/receivepack"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/shared/disallowedcommand"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/twofactorrecover"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/uploadarchive"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/command/uploadpack"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/config"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/executable"
- "gitlab.com/gitlab-org/gitlab-shell/go/internal/testhelper"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/authorizedkeys"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/authorizedprincipals"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/discover"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/healthcheck"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/lfsauthenticate"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/receivepack"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/shared/disallowedcommand"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/twofactorrecover"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/uploadarchive"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/command/uploadpack"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/config"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/executable"
+ "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper"
)
var (