aboutsummaryrefslogtreecommitdiffstats
path: root/objects_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'objects_test.go')
-rw-r--r--objects_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/objects_test.go b/objects_test.go
index 683ab15..e8c5d6e 100644
--- a/objects_test.go
+++ b/objects_test.go
@@ -5,8 +5,8 @@ import (
"time"
. "gopkg.in/check.v1"
- "gopkg.in/src-d/go-git.v2/core"
- "gopkg.in/src-d/go-git.v2/storages/memory"
+ "gopkg.in/src-d/go-git.v3/core"
+ "gopkg.in/src-d/go-git.v3/storages/memory"
)
type ObjectsSuite struct {