Skip to content

Commit

Permalink
upgrade github.com/klauspost/compress to v1.13.0
Browse files Browse the repository at this point in the history
This includes the following zstd improvements since v1.12.3:

* Detect short invalid signatures
  klauspost/compress#382
* Spawn decoder goroutine only if needed
  klauspost/compress#380
  • Loading branch information
mostynb committed Jun 6, 2021
1 parent 0510bd8 commit 9495908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/mostynb/zstdpool-syncpool

go 1.15

require github.com/klauspost/compress v1.12.3
require github.com/klauspost/compress v1.13.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/golang/snappy v0.0.3 h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA=
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/klauspost/compress v1.12.3 h1:G5AfA94pHPysR56qqrkO2pxEexdDzrpFJ6yt/VqWxVU=
github.com/klauspost/compress v1.12.3/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg=
github.com/klauspost/compress v1.13.0 h1:2T7tUoQrQT+fQWdaY5rjWztFGAFwbGD04iPJg90ZiOs=
github.com/klauspost/compress v1.13.0/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg=

0 comments on commit 9495908

Please sign in to comment.