diff options
Diffstat (limited to 'storage/filesystem/storage_test.go')
-rw-r--r-- | storage/filesystem/storage_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/filesystem/storage_test.go b/storage/filesystem/storage_test.go index c24d5d5..0e8ffb3 100644 --- a/storage/filesystem/storage_test.go +++ b/storage/filesystem/storage_test.go @@ -4,7 +4,8 @@ import ( "testing" "gopkg.in/src-d/go-git.v4/storage/test" - "gopkg.in/src-d/go-git.v4/utils/fs/os" + + "srcd.works/go-billy.v1/os" . "gopkg.in/check.v1" ) |