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/git2go/commit.go')
-rw-r--r--internal/git2go/commit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git2go/commit.go b/internal/git2go/commit.go
index b8aeda71c..068125d5b 100644
--- a/internal/git2go/commit.go
+++ b/internal/git2go/commit.go
@@ -6,8 +6,8 @@ import (
"encoding/gob"
"fmt"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v15/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v15/internal/git/repository"
)
// IndexError is an error that was produced by performing an invalid operation on the index.