diff options
Diffstat (limited to 'modules/git/repo_branch.go')
-rw-r--r-- | modules/git/repo_branch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/repo_branch.go b/modules/git/repo_branch.go index 3d0e6497ed..8f9c802e01 100644 --- a/modules/git/repo_branch.go +++ b/modules/git/repo_branch.go @@ -9,7 +9,7 @@ import ( "fmt" "strings" - "gopkg.in/src-d/go-git.v4/plumbing" + "github.com/go-git/go-git/v5/plumbing" ) // BranchPrefix base dir of the branch information file store on git |