From 43c09134a972dc421aa06fb303697671c828cf67 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Tue, 17 Mar 2020 18:19:58 +0200 Subject: Migrate to go-git/go-git v5.0.0 (#10735) --- modules/git/notes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git/notes.go') 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. -- cgit v1.2.3