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/hook/check.go')
-rw-r--r--internal/gitaly/hook/check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/hook/check.go b/internal/gitaly/hook/check.go
index edcd7ed05..76825d941 100644
--- a/internal/gitaly/hook/check.go
+++ b/internal/gitaly/hook/check.go
@@ -3,7 +3,7 @@ package hook
import (
"context"
- "gitlab.com/gitlab-org/gitaly/v15/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/gitlab"
)
//nolint:revive // This is unintentionally missing documentation.