Update compression package (#9120)

Fix a potential problem on non-AMD64 platforms and very small files

https://github.com/klauspost/compress/pull/244
This commit is contained in:
Klaus Post
2020-03-12 07:02:15 +01:00
committed by GitHub
parent fdf65aa9b9
commit c55aeaf814
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -50,7 +50,7 @@ require (
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.9
github.com/klauspost/compress v1.10.1
github.com/klauspost/compress v1.10.3
github.com/klauspost/cpuid v1.2.2
github.com/klauspost/pgzip v1.2.1
github.com/klauspost/readahead v1.3.1