diff options
Diffstat (limited to 'storage/seekable/storage_test.go')
-rw-r--r-- | storage/seekable/storage_test.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/storage/seekable/storage_test.go b/storage/seekable/storage_test.go index bc0ad3d..2002d2b 100644 --- a/storage/seekable/storage_test.go +++ b/storage/seekable/storage_test.go @@ -7,12 +7,12 @@ import ( "sort" "testing" - "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/memory" - "gopkg.in/src-d/go-git.v3/storage/seekable" - "gopkg.in/src-d/go-git.v3/storage/seekable/internal/gitdir" - "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/memory" + "gopkg.in/src-d/go-git.v4/storage/seekable" + "gopkg.in/src-d/go-git.v4/storage/seekable/internal/gitdir" + "gopkg.in/src-d/go-git.v4/utils/fs" "github.com/alcortesm/tgz" . "gopkg.in/check.v1" |