diff options
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common_test.go b/common_test.go index 783a99b..9c20a9a 100644 --- a/common_test.go +++ b/common_test.go @@ -4,8 +4,6 @@ import ( "fmt" "testing" - "srcd.works/go-billy.v1/os" - "gopkg.in/src-d/go-git.v4/fixtures" "gopkg.in/src-d/go-git.v4/plumbing" "gopkg.in/src-d/go-git.v4/plumbing/format/packfile" @@ -17,6 +15,7 @@ import ( . "gopkg.in/check.v1" memoryfs "srcd.works/go-billy.v1/memory" + "srcd.works/go-billy.v1/os" ) func Test(t *testing.T) { TestingT(t) } |