mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
Migrate to go-git/go-git v5.0.0 (#10735)
This commit is contained in:
@@ -7,8 +7,8 @@ package git
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"gopkg.in/src-d/go-git.v4"
|
||||
"gopkg.in/src-d/go-git.v4/plumbing"
|
||||
"github.com/go-git/go-git/v5"
|
||||
"github.com/go-git/go-git/v5/plumbing"
|
||||
)
|
||||
|
||||
// GetRefs returns all references of the repository.
|
||||
|
Reference in New Issue
Block a user