aboutsummaryrefslogtreecommitdiffstats
path: root/fixtures
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-01-30 22:03:19 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-01-30 22:03:19 +0100
commit80179adaab815eaf75099a5ff31e48c6bd07d1dc (patch)
tree8973e44f42a5dc71054a4a45997a29103530ae17 /fixtures
parente80d7b7267ba9f2057f259be331c4de927a60ecb (diff)
downloadgo-git-80179adaab815eaf75099a5ff31e48c6bd07d1dc.tar.gz
rename billy imports
Diffstat (limited to 'fixtures')
-rw-r--r--fixtures/fixtures.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go
index b3fc717..d467caf 100644
--- a/fixtures/fixtures.go
+++ b/fixtures/fixtures.go
@@ -8,12 +8,12 @@ import (
"os"
"path/filepath"
- "gopkg.in/check.v1"
"gopkg.in/src-d/go-git.v4/plumbing"
"github.com/alcortesm/tgz"
+ "gopkg.in/check.v1"
"srcd.works/go-billy.v1"
- osfs "srcd.works/go-billy.v1/os"
+ "srcd.works/go-billy.v1/osfs"
)
var RootFolder = ""