mirror of
https://github.com/minio/minio.git
synced 2025-12-03 14:31:23 -05:00
Upgrade compress and pgzip package (#10992)
Should provide faster decompression for s3 select and other places where it is used.
This commit is contained in:
4
go.mod
4
go.mod
@@ -36,9 +36,9 @@ require (
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/hashicorp/vault/api v1.0.4
|
||||
github.com/json-iterator/go v1.1.10
|
||||
github.com/klauspost/compress v1.10.3
|
||||
github.com/klauspost/compress v1.11.3
|
||||
github.com/klauspost/cpuid v1.3.1
|
||||
github.com/klauspost/pgzip v1.2.1
|
||||
github.com/klauspost/pgzip v1.2.5
|
||||
github.com/klauspost/readahead v1.3.1
|
||||
github.com/klauspost/reedsolomon v1.9.9
|
||||
github.com/lib/pq v1.8.0
|
||||
|
||||
Reference in New Issue
Block a user