diff options
Diffstat (limited to 'remote_test.go')
-rw-r--r-- | remote_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remote_test.go b/remote_test.go index 0fb1dc0..3d01672 100644 --- a/remote_test.go +++ b/remote_test.go @@ -14,9 +14,8 @@ import ( "gopkg.in/src-d/go-git.v4/storage/filesystem" "gopkg.in/src-d/go-git.v4/storage/memory" - osfs "srcd.works/go-billy.v1/os" - . "gopkg.in/check.v1" + "srcd.works/go-billy.v1/osfs" ) type RemoteSuite struct { |