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/middleware/sentryhandler/sentryhandler.go')
-rw-r--r--internal/middleware/sentryhandler/sentryhandler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/middleware/sentryhandler/sentryhandler.go b/internal/middleware/sentryhandler/sentryhandler.go
index f6f877736..c761f4b8c 100644
--- a/internal/middleware/sentryhandler/sentryhandler.go
+++ b/internal/middleware/sentryhandler/sentryhandler.go
@@ -10,7 +10,7 @@ import (
sentry "github.com/getsentry/sentry-go"
grpcmwtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
- "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/internal/helper"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)