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/git/stats/profile.go')
-rw-r--r--internal/git/stats/profile.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git/stats/profile.go b/internal/git/stats/profile.go
index b81feb475..2bdc0e9f1 100644
--- a/internal/git/stats/profile.go
+++ b/internal/git/stats/profile.go
@@ -9,8 +9,8 @@ import (
"strconv"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
)
// HasBitmap returns whether or not the repository contains an object bitmap.