diff options
Diffstat (limited to 'remote_test.go')
-rw-r--r-- | remote_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remote_test.go b/remote_test.go index 381609e..9e3e678 100644 --- a/remote_test.go +++ b/remote_test.go @@ -1,10 +1,10 @@ package git import ( - "gopkg.in/src-d/go-git.v3/clients/http" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/formats/packfile" - "gopkg.in/src-d/go-git.v3/storage/memory" + "gopkg.in/src-d/go-git.v4/clients/http" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/formats/packfile" + "gopkg.in/src-d/go-git.v4/storage/memory" . "gopkg.in/check.v1" ) |