aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/common_test.go b/common_test.go
index edc41a9..0f2bcdf 100644
--- a/common_test.go
+++ b/common_test.go
@@ -7,9 +7,9 @@ import (
"os"
"testing"
- "gopkg.in/src-d/go-git.v3/clients/common"
- "gopkg.in/src-d/go-git.v3/core"
- "gopkg.in/src-d/go-git.v3/formats/packfile"
+ "gopkg.in/src-d/go-git.v4/clients/common"
+ "gopkg.in/src-d/go-git.v4/core"
+ "gopkg.in/src-d/go-git.v4/formats/packfile"
. "gopkg.in/check.v1"
)