Skip to content

Commit fa4d26a

Browse files
chore(deps): update module github.com/klauspost/compress to v1.19.1 in go.mod (#788)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.19.0` → `v1.19.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.19.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.19.0/v1.19.1?slim=true) | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.19.1`](https://redirect.github.com/klauspost/compress/releases/tag/v1.19.1) #### What's Changed - zstd: Validate SnappyConverter literal copies by [@&#8203;klauspost](https://redirect.github.com/klauspost) in [#&#8203;1170](https://redirect.github.com/klauspost/compress/pull/1170) - flate: use `Peek` instead of `ReadByte` for the `bufio.Reader` decode path by [@&#8203;joechenrh](https://redirect.github.com/joechenrh) in [#&#8203;1169](https://redirect.github.com/klauspost/compress/pull/1169) - zstd: bump avo pin, regenerate arm64 asm by [@&#8203;lizthegrey](https://redirect.github.com/lizthegrey) in [#&#8203;1167](https://redirect.github.com/klauspost/compress/pull/1167) #### New Contributors - [@&#8203;joechenrh](https://redirect.github.com/joechenrh) made their first contribution in [#&#8203;1169](https://redirect.github.com/klauspost/compress/pull/1169) **Full Changelog**: <klauspost/compress@v1.19.0...v1.19.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* */1 * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jippi/dottie). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3b6204 commit fa4d26a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/huandu/xstrings v1.5.0 // indirect
7272
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7373
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
74-
github.com/klauspost/compress v1.19.0 // indirect
74+
github.com/klauspost/compress v1.19.1 // indirect
7575
github.com/leodido/go-urn v1.4.0 // indirect
7676
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
7777
github.com/mattn/go-isatty v0.0.23 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
121121
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
122122
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
123123
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
124-
github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ=
125-
github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
124+
github.com/klauspost/compress v1.19.1 h1:VsB4HPswih7mmZ8WleSFQ75c/Ui1M4trX5oAsJnhSlk=
125+
github.com/klauspost/compress v1.19.1/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
126126
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
127127
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
128128
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=

0 commit comments

Comments
 (0)