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/gitaly/service/hook/server.go')
-rw-r--r--internal/gitaly/service/hook/server.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/gitaly/service/hook/server.go b/internal/gitaly/service/hook/server.go
index 23e9c65c8..b93bab6d0 100644
--- a/internal/gitaly/service/hook/server.go
+++ b/internal/gitaly/service/hook/server.go
@@ -1,9 +1,9 @@
package hook
import (
- "gitlab.com/gitlab-org/gitaly/v14/internal/git"
- gitalyhook "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/v14/internal/streamcache"
+ "gitlab.com/gitlab-org/gitaly/internal/git"
+ gitalyhook "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/internal/streamcache"
"gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)