aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_commitgraph.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/repo_commitgraph.go')
-rw-r--r--modules/git/repo_commitgraph.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/git/repo_commitgraph.go b/modules/git/repo_commitgraph.go
index f3a45d8e6e..00111f5503 100644
--- a/modules/git/repo_commitgraph.go
+++ b/modules/git/repo_commitgraph.go
@@ -11,8 +11,8 @@ import (
gitealog "code.gitea.io/gitea/modules/log"
- "gopkg.in/src-d/go-git.v4/plumbing/format/commitgraph"
- cgobject "gopkg.in/src-d/go-git.v4/plumbing/object/commitgraph"
+ "github.com/go-git/go-git/v5/plumbing/format/commitgraph"
+ cgobject "github.com/go-git/go-git/v5/plumbing/object/commitgraph"
)
// CommitNodeIndex returns the index for walking commit graph