diff options
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common_test.go b/common_test.go index f6e0f0c..0cd61f1 100644 --- a/common_test.go +++ b/common_test.go @@ -5,8 +5,8 @@ import ( "os" "testing" - "gopkg.in/src-d/go-git.v2/clients/common" - "gopkg.in/src-d/go-git.v2/core" + "gopkg.in/src-d/go-git.v3/clients/common" + "gopkg.in/src-d/go-git.v3/core" . "gopkg.in/check.v1" ) |