diff options
Diffstat (limited to 'storage/memory/object_test.go')
-rw-r--r-- | storage/memory/object_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/memory/object_test.go b/storage/memory/object_test.go index b606eb2..f9dd25d 100644 --- a/storage/memory/object_test.go +++ b/storage/memory/object_test.go @@ -5,7 +5,7 @@ import ( "testing" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-git.v2/core" + "gopkg.in/src-d/go-git.v3/core" ) func Test(t *testing.T) { TestingT(t) } |