diff options
Diffstat (limited to 'remote_test.go')
-rw-r--r-- | remote_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_test.go b/remote_test.go index 784cfaa..2cd80cf 100644 --- a/remote_test.go +++ b/remote_test.go @@ -16,7 +16,7 @@ import ( "gopkg.in/src-d/go-git.v4/storage/memory" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-billy.v1/osfs" + "gopkg.in/src-d/go-billy.v2/osfs" ) type RemoteSuite struct { |