aboutsummaryrefslogtreecommitdiffstats
path: root/storage/test
diff options
context:
space:
mode:
Diffstat (limited to 'storage/test')
-rw-r--r--storage/test/storage_suite.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/storage/test/storage_suite.go b/storage/test/storage_suite.go
index 2a10c78..5a7cf9d 100644
--- a/storage/test/storage_suite.go
+++ b/storage/test/storage_suite.go
@@ -7,11 +7,11 @@ import (
"io"
"io/ioutil"
- "srcd.works/go-git.v4/config"
- "srcd.works/go-git.v4/plumbing"
- "srcd.works/go-git.v4/plumbing/format/index"
- "srcd.works/go-git.v4/plumbing/storer"
- "srcd.works/go-git.v4/storage"
+ "gopkg.in/src-d/go-git.v4/config"
+ "gopkg.in/src-d/go-git.v4/plumbing"
+ "gopkg.in/src-d/go-git.v4/plumbing/format/index"
+ "gopkg.in/src-d/go-git.v4/plumbing/storer"
+ "gopkg.in/src-d/go-git.v4/storage"
. "gopkg.in/check.v1"
)