diff options
Diffstat (limited to 'storage/seekable/storage.go')
-rw-r--r-- | storage/seekable/storage.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/storage/seekable/storage.go b/storage/seekable/storage.go index db436c8..9cc37ba 100644 --- a/storage/seekable/storage.go +++ b/storage/seekable/storage.go @@ -5,11 +5,11 @@ import ( "os" "strings" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/formats/packfile" - "gopkg.in/src-d/go-git.v3/storage/seekable/internal/gitdir" - "gopkg.in/src-d/go-git.v3/storage/seekable/internal/index" - "gopkg.in/src-d/go-git.v3/utils/fs" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/formats/packfile" + "gopkg.in/src-d/go-git.v4/storage/seekable/internal/gitdir" + "gopkg.in/src-d/go-git.v4/storage/seekable/internal/index" + "gopkg.in/src-d/go-git.v4/utils/fs" ) // ObjectStorage is an implementation of core.ObjectStorage that stores |