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 --- common_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common_test.go') diff --git a/common_test.go b/common_test.go index edc41a9..0f2bcdf 100644 --- a/common_test.go +++ b/common_test.go @@ -7,9 +7,9 @@ import ( "os" "testing" - "gopkg.in/src-d/go-git.v3/clients/common" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/formats/packfile" + "gopkg.in/src-d/go-git.v4/clients/common" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/formats/packfile" . "gopkg.in/check.v1" ) -- cgit