diff options
| author | 2026-02-21 18:30:36 +0800 | |
|---|---|---|
| committer | 2026-02-21 18:30:36 +0800 | |
| commit | fd8db6b36f70f60dbaaf49353e3809b51769fe2a (patch) | |
| tree | b398deac89ea0fc349f340fec5c1718d9b6cbfb5 /objectstore/packed/entry_inflate.go | |
| parent | zlib: Add a poolzed zlib implementation (diff) | |
| signature | No signature | |
objectstore/{packed,loose}: Use internal zlib v0.1.26
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. |
