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/localrepo/paths.go')
-rw-r--r--internal/git/localrepo/paths.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git/localrepo/paths.go b/internal/git/localrepo/paths.go
index daaf48387..b34749a2a 100644
--- a/internal/git/localrepo/paths.go
+++ b/internal/git/localrepo/paths.go
@@ -5,8 +5,8 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/storage"
- "gitlab.com/gitlab-org/gitaly/v15/internal/structerr"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/gitaly/storage"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/structerr"
)
// Path returns the on-disk path of the repository.