summaryrefslogtreecommitdiff
path: root/internal/command/uploadarchive/gitalycall_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/uploadarchive/gitalycall_test.go')
-rw-r--r--internal/command/uploadarchive/gitalycall_test.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/command/uploadarchive/gitalycall_test.go b/internal/command/uploadarchive/gitalycall_test.go
index a0f4ce5..be6032d 100644
--- a/internal/command/uploadarchive/gitalycall_test.go
+++ b/internal/command/uploadarchive/gitalycall_test.go
@@ -8,12 +8,12 @@ import (
"github.com/stretchr/testify/require"
"gitlab.com/gitlab-org/labkit/correlation"
- "gitlab.com/gitlab-org/gitlab-shell/client/testserver"
- "gitlab.com/gitlab-org/gitlab-shell/internal/command/commandargs"
- "gitlab.com/gitlab-org/gitlab-shell/internal/command/readwriter"
- "gitlab.com/gitlab-org/gitlab-shell/internal/config"
- "gitlab.com/gitlab-org/gitlab-shell/internal/sshenv"
- "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper/requesthandlers"
+ "gitlab.com/gitlab-org/gitlab-shell/v14/client/testserver"
+ "gitlab.com/gitlab-org/gitlab-shell/v14/internal/command/commandargs"
+ "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/sshenv"
+ "gitlab.com/gitlab-org/gitlab-shell/v14/internal/testhelper/requesthandlers"
)
func TestUploadArchive(t *testing.T) {