Skip to content

Commit

Permalink
Merge pull request #3 from ajnavarro/fix/go-billy-v2
Browse files Browse the repository at this point in the history
project: use v2 go-billy import
  • Loading branch information
smola authored Mar 10, 2017
2 parents 70ed610 + 6aa75f5 commit 7d8fbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/alcortesm/tgz"
"gopkg.in/check.v1"
"gopkg.in/src-d/go-billy.v1"
"gopkg.in/src-d/go-billy.v1/osfs"
"gopkg.in/src-d/go-billy.v2"
"gopkg.in/src-d/go-billy.v2/osfs"
"gopkg.in/src-d/go-git.v4/plumbing"
)

Expand Down

0 comments on commit 7d8fbe4

Please sign in to comment.