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/packfile/index.go')
-rw-r--r--internal/git/packfile/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/packfile/index.go b/internal/git/packfile/index.go
index 85191c591..8f61544c3 100644
--- a/internal/git/packfile/index.go
+++ b/internal/git/packfile/index.go
@@ -16,7 +16,7 @@ import (
"strconv"
"strings"
- "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/internal/command"
)
const sumSize = sha1.Size