From ff46222a3a75467d6b22c94abb09a3bb6be60623 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Thu, 17 Oct 2019 12:10:37 +0100 Subject: Rename import paths --- internal/gitlabnet/httpclient_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/gitlabnet/httpclient_test.go') 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 ( -- cgit v1.2.1