summaryrefslogtreecommitdiffstats
path: root/modules/git/notes.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/notes.go')
-rw-r--r--modules/git/notes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/notes.go b/modules/git/notes.go
index e825923682..8184a568fa 100644
--- a/modules/git/notes.go
+++ b/modules/git/notes.go
@@ -7,7 +7,7 @@ package git
import (
"io/ioutil"
- "gopkg.in/src-d/go-git.v4/plumbing/object"
+ "github.com/go-git/go-git/v5/plumbing/object"
)
// NotesRef is the git ref where Gitea will look for git-notes data.