aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-02-17 12:20:56 +0100
commit6b0a5984ac0c69742e60a39ad9437fd981dbe31b (patch)
tree403363a3be1062d9fdc08e37a8d898e98f80bb69 /remote_test.go
parent104be6870196d221a06291917c8660412a96cdbc (diff)
downloadgo-git-6b0a5984ac0c69742e60a39ad9437fd981dbe31b.tar.gz
update imports to v3
Diffstat (limited to 'remote_test.go')
-rw-r--r--remote_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote_test.go b/remote_test.go
index 14c7ec1..d814402 100644
--- a/remote_test.go
+++ b/remote_test.go
@@ -1,9 +1,9 @@
package git
import (
- "gopkg.in/src-d/go-git.v2/clients/http"
- "gopkg.in/src-d/go-git.v2/formats/packfile"
- "gopkg.in/src-d/go-git.v2/storages/memory"
+ "gopkg.in/src-d/go-git.v3/clients/http"
+ "gopkg.in/src-d/go-git.v3/formats/packfile"
+ "gopkg.in/src-d/go-git.v3/storages/memory"
. "gopkg.in/check.v1"
)