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:
Klaus Post
2020-11-27 10:10:15 -08:00
committed by GitHub
parent e90efd73a2
commit f139a19238
3 changed files with 9 additions and 4 deletions

4
go.mod
View File

@@ -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