Skip to content

Commit 118a3b5

Browse files
authored
fix(deps): Update module github.com/klauspost/compress to v1.17.7 (#159)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/klauspost/compress](https://github.com/klauspost/compress) | indirect | patch | `v1.17.5` -> `v1.17.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.7`](https://github.com/klauspost/compress/releases/tag/v1.17.7) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.6...v1.17.7) #### What's Changed - s2: Add AsyncFlush method: Complete the block without flushing by [@&#8203;Jille](https://github.com/Jille) in [https://github.com/klauspost/compress/pull/927](https://github.com/klauspost/compress/pull/927) - s2: Fix literal+repeat exceeds dst crash by [@&#8203;klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/930](https://github.com/klauspost/compress/pull/930) **Full Changelog**: klauspost/compress@v1.17.6...v1.17.7 ### [`v1.17.6`](https://github.com/klauspost/compress/releases/tag/v1.17.6) [Compare Source](https://github.com/klauspost/compress/compare/v1.17.5...v1.17.6) #### What's Changed - zstd: Fix incorrect repeat coding in best mode by [@&#8203;klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/923](https://github.com/klauspost/compress/pull/923) - s2: Fix DecodeConcurrent deadlock on errors by [@&#8203;klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/925](https://github.com/klauspost/compress/pull/925) - build: Remove garble compiler by [@&#8203;klauspost](https://github.com/klauspost) in [https://github.com/klauspost/compress/pull/924](https://github.com/klauspost/compress/pull/924) **Full Changelog**: klauspost/compress@v1.17.5...v1.17.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent c7a0850 commit 118a3b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/kataras/pio v0.0.13 // indirect
6262
github.com/kataras/sitemap v0.0.6 // indirect
6363
github.com/kataras/tunnel v0.0.4 // indirect
64-
github.com/klauspost/compress v1.17.5 // indirect
64+
github.com/klauspost/compress v1.17.7 // indirect
6565
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
6666
github.com/labstack/echo/v4 v4.11.4 // indirect
6767
github.com/labstack/gommon v0.4.2 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ github.com/kataras/sitemap v0.0.6 h1:w71CRMMKYMJh6LR2wTgnk5hSgjVNB9KL60n5e2KHvLY
141141
github.com/kataras/sitemap v0.0.6/go.mod h1:dW4dOCNs896OR1HmG+dMLdT7JjDk7mYBzoIRwuj5jA4=
142142
github.com/kataras/tunnel v0.0.4 h1:sCAqWuJV7nPzGrlb0os3j49lk2JhILT0rID38NHNLpA=
143143
github.com/kataras/tunnel v0.0.4/go.mod h1:9FkU4LaeifdMWqZu7o20ojmW4B7hdhv2CMLwfnHGpYw=
144-
github.com/klauspost/compress v1.17.5 h1:d4vBd+7CHydUqpFBgUEKkSdtSugf9YFmSkvUYPquI5E=
145-
github.com/klauspost/compress v1.17.5/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM=
144+
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg=
145+
github.com/klauspost/compress v1.17.7/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
146146
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
147147
github.com/klauspost/cpuid/v2 v2.2.6 h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=
148148
github.com/klauspost/cpuid/v2 v2.2.6/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=

0 commit comments

Comments
 (0)