Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server/auth/auth.go')
-rw-r--r--internal/server/auth/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/auth/auth.go b/internal/server/auth/auth.go
index 8ad2963d8..8e2eec143 100644
--- a/internal/server/auth/auth.go
+++ b/internal/server/auth/auth.go
@@ -7,7 +7,7 @@ import (
grpc_auth "github.com/grpc-ecosystem/go-grpc-middleware/auth"
"github.com/prometheus/client_golang/prometheus"
gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- internalauth "gitlab.com/gitlab-org/gitaly/internal/auth"
+ internalauth "gitlab.com/gitlab-org/gitaly/internal/config/auth"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"