mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
Upgrade compression package (#15284)
Includes mitigation for CVE-2022-30631 (Go should still be updated) Remove functions now available upstream.
This commit is contained in:
2
go.mod
2
go.mod
@@ -35,7 +35,7 @@ require (
|
||||
github.com/hashicorp/golang-lru v0.5.4
|
||||
github.com/inconshreveable/mousetrap v1.0.0
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/klauspost/compress v1.15.6
|
||||
github.com/klauspost/compress v1.15.8
|
||||
github.com/klauspost/cpuid/v2 v2.0.14
|
||||
github.com/klauspost/pgzip v1.2.5
|
||||
github.com/klauspost/readahead v1.4.0
|
||||
|
||||
Reference in New Issue
Block a user