diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-11 14:12:04 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-08-11 14:12:04 +0200 |
commit | c1e277a7ca75ff84741d75ad45e29a2ff3e633e3 (patch) | |
tree | 44949d811c21d38aa011a307a7d7716098b62370 /storage/seekable/internal/index/index.go | |
parent | 303cb32f7f36e39bbea80b4031be99cc33fea592 (diff) | |
download | go-git-c1e277a7ca75ff84741d75ad45e29a2ff3e633e3.tar.gz |
v3 -> v4
Diffstat (limited to 'storage/seekable/internal/index/index.go')
-rw-r--r-- | storage/seekable/internal/index/index.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/seekable/internal/index/index.go b/storage/seekable/internal/index/index.go index 8e041bd..4282f3e 100644 --- a/storage/seekable/internal/index/index.go +++ b/storage/seekable/internal/index/index.go @@ -4,9 +4,9 @@ import ( "fmt" "io" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/formats/idxfile" - "gopkg.in/src-d/go-git.v3/formats/packfile" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/formats/idxfile" + "gopkg.in/src-d/go-git.v4/formats/packfile" ) // Index is a database of objects and their offset in a packfile. |