diff options
Diffstat (limited to 'objectstore/packed/entry_inflate.go')
| -rw-r--r-- | objectstore/packed/entry_inflate.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/objectstore/packed/entry_inflate.go b/objectstore/packed/entry_inflate.go index 5f1c476e..1880212b 100644 --- a/objectstore/packed/entry_inflate.go +++ b/objectstore/packed/entry_inflate.go @@ -2,9 +2,10 @@ package packed import ( "bytes" - "compress/zlib" "fmt" "io" + + "codeberg.org/lindenii/furgit/internal/zlib" ) // zlibReaderAt opens a zlib reader starting at data offset within pack. |
