diff options
Diffstat (limited to 'formats/packfile/stream.go')
-rw-r--r-- | formats/packfile/stream.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/packfile/stream.go b/formats/packfile/stream.go index 41266b1..34ffd2f 100644 --- a/formats/packfile/stream.go +++ b/formats/packfile/stream.go @@ -3,7 +3,7 @@ package packfile import ( "io" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4/core" ) // Stream implements ReadRecaller for the io.Reader of a packfile. This |