aboutsummaryrefslogtreecommitdiff
path: root/internal/zlib/reader.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-21 23:21:32 +0800
committerGravatar Runxi Yu2026-02-21 23:21:32 +0800
commit6be32e9cf14a43cf6fb78a29943cb3b0e3d276b2 (patch)
treefd943a5decb8d5e43ed3630d259c749bb1c1ed5a /internal/zlib/reader.go
parentobjectstore/*, repository: Add ReadSize (diff)
signatureNo signature
internal/zlib: Use klauspost/compress/flate for now... v0.1.29
Diffstat (limited to 'internal/zlib/reader.go')
-rw-r--r--internal/zlib/reader.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/zlib/reader.go b/internal/zlib/reader.go
index 6e70fdea..60383ee1 100644
--- a/internal/zlib/reader.go
+++ b/internal/zlib/reader.go
@@ -35,13 +35,14 @@ package zlib
import (
"bufio"
- "compress/flate"
"encoding/binary"
"errors"
"hash"
"hash/adler32"
"io"
"sync"
+
+ "github.com/klauspost/compress/flate"
)
const (