From c1e277a7ca75ff84741d75ad45e29a2ff3e633e3 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 11 Aug 2016 14:12:04 +0200 Subject: v3 -> v4 --- remote_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'remote_test.go') 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" ) -- cgit