Skip to content

Commit 7d8fbe4

Browse files
authored
Merge pull request #3 from ajnavarro/fix/go-billy-v2
project: use v2 go-billy import
2 parents 70ed610 + 6aa75f5 commit 7d8fbe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fixtures.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
"github.com/alcortesm/tgz"
1111
"gopkg.in/check.v1"
12-
"gopkg.in/src-d/go-billy.v1"
13-
"gopkg.in/src-d/go-billy.v1/osfs"
12+
"gopkg.in/src-d/go-billy.v2"
13+
"gopkg.in/src-d/go-billy.v2/osfs"
1414
"gopkg.in/src-d/go-git.v4/plumbing"
1515
)
1616

0 commit comments

Comments
 (0)