diff options
Diffstat (limited to 'config/refspec.go')
-rw-r--r-- | config/refspec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/refspec.go b/config/refspec.go index 14bb400..87cf2a6 100644 --- a/config/refspec.go +++ b/config/refspec.go @@ -4,7 +4,7 @@ import ( "errors" "strings" - "gopkg.in/src-d/go-git.v4/plumbing" + "github.com/go-git/go-git/v5/plumbing" ) const ( |