From c1e277a7ca75ff84741d75ad45e29a2ff3e633e3 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 11 Aug 2016 14:12:04 +0200 Subject: v3 -> v4 --- storage/seekable/storage_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'storage/seekable/storage_test.go') 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" -- cgit