diff options
Diffstat (limited to 'references.go')
-rw-r--r-- | references.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/references.go b/references.go index 5673ac1..6d96035 100644 --- a/references.go +++ b/references.go @@ -4,9 +4,9 @@ import ( "io" "sort" - "gopkg.in/src-d/go-git.v4/plumbing" - "gopkg.in/src-d/go-git.v4/plumbing/object" - "gopkg.in/src-d/go-git.v4/utils/diff" + "github.com/go-git/go-git/v5/plumbing" + "github.com/go-git/go-git/v5/plumbing/object" + "github.com/go-git/go-git/v5/utils/diff" "github.com/sergi/go-diff/diffmatchpatch" ) |