aboutsummaryrefslogtreecommitdiffstats
path: root/storage/seekable/storage_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-08-11 14:12:04 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-08-11 14:12:04 +0200
commitc1e277a7ca75ff84741d75ad45e29a2ff3e633e3 (patch)
tree44949d811c21d38aa011a307a7d7716098b62370 /storage/seekable/storage_test.go
parent303cb32f7f36e39bbea80b4031be99cc33fea592 (diff)
downloadgo-git-c1e277a7ca75ff84741d75ad45e29a2ff3e633e3.tar.gz
v3 -> v4
Diffstat (limited to 'storage/seekable/storage_test.go')
-rw-r--r--storage/seekable/storage_test.go12
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"