diff options
Diffstat (limited to 'plumbing/format/index/index.go')
-rw-r--r-- | plumbing/format/index/index.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plumbing/format/index/index.go b/plumbing/format/index/index.go index 6653c91..649416a 100644 --- a/plumbing/format/index/index.go +++ b/plumbing/format/index/index.go @@ -7,8 +7,8 @@ import ( "path/filepath" "time" - "gopkg.in/src-d/go-git.v4/plumbing" - "gopkg.in/src-d/go-git.v4/plumbing/filemode" + "github.com/go-git/go-git/v5/plumbing" + "github.com/go-git/go-git/v5/plumbing/filemode" ) var ( |