diff options
Diffstat (limited to 'internal/command/receivepack/customaction.go')
-rw-r--r-- | internal/command/receivepack/customaction.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/command/receivepack/customaction.go b/internal/command/receivepack/customaction.go index 8623437..c94ae4c 100644 --- a/internal/command/receivepack/customaction.go +++ b/internal/command/receivepack/customaction.go @@ -9,8 +9,8 @@ import ( "net/http" "strings" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/gitlabnet" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/gitlabnet/accessverifier" + "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet" + "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet/accessverifier" ) type Request struct { |