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 --- remote_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'remote_test.go') diff --git a/remote_test.go b/remote_test.go index 60a2e29..1e3a2d8 100644 --- a/remote_test.go +++ b/remote_test.go @@ -7,12 +7,12 @@ import ( "io/ioutil" "os" - "gopkg.in/src-d/go-git.v4/config" + "srcd.works/go-git.v4/config" "github.com/src-d/go-git-fixtures" - "gopkg.in/src-d/go-git.v4/plumbing" - "gopkg.in/src-d/go-git.v4/plumbing/storer" - "gopkg.in/src-d/go-git.v4/storage/filesystem" - "gopkg.in/src-d/go-git.v4/storage/memory" + "srcd.works/go-git.v4/plumbing" + "srcd.works/go-git.v4/plumbing/storer" + "srcd.works/go-git.v4/storage/filesystem" + "srcd.works/go-git.v4/storage/memory" . "gopkg.in/check.v1" "srcd.works/go-billy.v1/osfs" -- cgit