diff options
Diffstat (limited to 'clients/common_test.go')
-rw-r--r-- | clients/common_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common_test.go b/clients/common_test.go index c3b766b..88f66ab 100644 --- a/clients/common_test.go +++ b/clients/common_test.go @@ -6,7 +6,7 @@ import ( "testing" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-git.v2/clients/common" + "gopkg.in/src-d/go-git.v3/clients/common" ) func Test(t *testing.T) { TestingT(t) } |