aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'remote_test.go')
-rw-r--r--remote_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote_test.go b/remote_test.go
index f75adee..47c8180 100644
--- a/remote_test.go
+++ b/remote_test.go
@@ -11,7 +11,8 @@ import (
"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"
- osfs "gopkg.in/src-d/go-git.v4/utils/fs/os"
+
+ osfs "srcd.works/go-billy.v1/os"
. "gopkg.in/check.v1"
)