diff options
Diffstat (limited to 'formats/idxfile/idxfile.go')
-rw-r--r-- | formats/idxfile/idxfile.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |