diff options
Diffstat (limited to 'formats/idxfile')
-rw-r--r-- | formats/idxfile/decoder.go | 2 | ||||
-rw-r--r-- | formats/idxfile/idxfile.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/formats/idxfile/decoder.go b/formats/idxfile/decoder.go index 72a9338..9cd249d 100644 --- a/formats/idxfile/decoder.go +++ b/formats/idxfile/decoder.go @@ -6,7 +6,7 @@ import ( "errors" "io" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4/core" ) var ( diff --git a/formats/idxfile/idxfile.go b/formats/idxfile/idxfile.go index 5f12dad..217027d 100644 --- a/formats/idxfile/idxfile.go +++ b/formats/idxfile/idxfile.go @@ -1,6 +1,6 @@ package idxfile -import "gopkg.in/src-d/go-git.v3/core" +import "gopkg.in/src-d/go-git.v4/core" const ( // VersionSupported is the only idx version supported. |