diff options
Diffstat (limited to 'formats/packfile/seekable.go')
-rw-r--r-- | formats/packfile/seekable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/packfile/seekable.go b/formats/packfile/seekable.go index ea1c501..37b4ee9 100644 --- a/formats/packfile/seekable.go +++ b/formats/packfile/seekable.go @@ -4,7 +4,7 @@ import ( "io" "os" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4/core" ) // Seekable implements ReadRecaller for the io.ReadSeeker of a packfile. |