aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'remote_test.go')
-rw-r--r--remote_test.go10
1 files changed, 5 insertions, 5 deletions
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"