diff options
Diffstat (limited to 'formats')
-rw-r--r-- | formats/packfile/reader_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/packfile/reader_test.go b/formats/packfile/reader_test.go index 040dd02..9ae569d 100644 --- a/formats/packfile/reader_test.go +++ b/formats/packfile/reader_test.go @@ -10,7 +10,7 @@ import ( "time" "gopkg.in/src-d/go-git.v3/core" - "gopkg.in/src-d/go-git.v3/storages/memory" + "gopkg.in/src-d/go-git.v3/storage/memory" "github.com/dustin/go-humanize" . "gopkg.in/check.v1" |