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 'cmd/gitaly-debug/analyzehttp.go')
-rw-r--r--cmd/gitaly-debug/analyzehttp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitaly-debug/analyzehttp.go b/cmd/gitaly-debug/analyzehttp.go
index 2088acdc5..94299d036 100644
--- a/cmd/gitaly-debug/analyzehttp.go
+++ b/cmd/gitaly-debug/analyzehttp.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
)
func analyzeHTTPClone(cloneURL string) {