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 --- formats/packfile/decoder_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'formats/packfile/decoder_test.go') diff --git a/formats/packfile/decoder_test.go b/formats/packfile/decoder_test.go index 0c471a2..6bafa4f 100644 --- a/formats/packfile/decoder_test.go +++ b/formats/packfile/decoder_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" - "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/storage/memory" + "gopkg.in/src-d/go-git.v4/core" + "gopkg.in/src-d/go-git.v4/storage/memory" "github.com/dustin/go-humanize" . "gopkg.in/check.v1" -- cgit