From abb9ec0f3efea571b7f19b7391eb7c152c899f45 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Sun, 18 Jun 2017 12:15:40 +0200 Subject: *: upgrade to go-billy.v3, merge --- plumbing/format/packfile/decoder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format/packfile') diff --git a/plumbing/format/packfile/decoder_test.go b/plumbing/format/packfile/decoder_test.go index f081fd7..f1e2ed7 100644 --- a/plumbing/format/packfile/decoder_test.go +++ b/plumbing/format/packfile/decoder_test.go @@ -3,7 +3,7 @@ package packfile_test import ( "io" - "gopkg.in/src-d/go-billy.v2/memfs" + "gopkg.in/src-d/go-billy.v3/memfs" "github.com/src-d/go-git-fixtures" "gopkg.in/src-d/go-git.v4/plumbing" -- cgit