diff options
Diffstat (limited to 'internal/gitlabnet/httpclient_test.go')
-rw-r--r-- | internal/gitlabnet/httpclient_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/gitlabnet/httpclient_test.go b/internal/gitlabnet/httpclient_test.go index 9b635bd..a40ab6d 100644 --- a/internal/gitlabnet/httpclient_test.go +++ b/internal/gitlabnet/httpclient_test.go @@ -10,8 +10,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/gitlabnet/testserver" + "gitlab.com/gitlab-org/gitlab-shell/internal/config" + "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet/testserver" ) const ( |