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