From 85a4efcc45312f022111907d82c5cc4ee3bdbb73 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Mon, 30 Jan 2017 23:52:39 +0100 Subject: new srcd.works/go-git.v4 path --- plumbing/format/idxfile/decoder_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plumbing/format/idxfile/decoder_test.go') diff --git a/plumbing/format/idxfile/decoder_test.go b/plumbing/format/idxfile/decoder_test.go index 27aa59b..499762d 100644 --- a/plumbing/format/idxfile/decoder_test.go +++ b/plumbing/format/idxfile/decoder_test.go @@ -7,8 +7,8 @@ import ( . "gopkg.in/check.v1" "github.com/src-d/go-git-fixtures" - "gopkg.in/src-d/go-git.v4/plumbing/format/packfile" - "gopkg.in/src-d/go-git.v4/storage/memory" + "srcd.works/go-git.v4/plumbing/format/packfile" + "srcd.works/go-git.v4/storage/memory" ) func Test(t *testing.T) { TestingT(t) } -- cgit