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/authorizedkeys/client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/gitlabnet/authorizedkeys/client.go') diff --git a/internal/gitlabnet/authorizedkeys/client.go b/internal/gitlabnet/authorizedkeys/client.go index 28b85fc..ac23a96 100644 --- a/internal/gitlabnet/authorizedkeys/client.go +++ b/internal/gitlabnet/authorizedkeys/client.go @@ -4,8 +4,8 @@ import ( "fmt" "net/url" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/gitlabnet" + "gitlab.com/gitlab-org/gitlab-shell/internal/config" + "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet" ) const ( -- cgit v1.2.1