Commits
![dependabot[bot]](https://secure.gravatar.com/avatar/48ea49be76d0c68403a7f3df87e3487d.jpg?s=96&d=mm)

dependabot[bot] authored and GitHub committed 7d19b832b3a
MINOR: [Go] Bump github.com/klauspost/compress from 1.17.7 to 1.17.8 in /go (#41207) Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.7 to 1.17.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.17.8</h2> <h2>What's Changed</h2> <ul> <li>zstd: Reject blocks where reserved values are not 0 by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/885">klauspost/compress#885</a></li> <li>zstd: Add RLE detection+encoding by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/938">klauspost/compress#938</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ankon"><code>@ankon</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/932">klauspost/compress#932</a></li> <li><a href="https://github.com/kindhuge"><code>@kindhuge</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/946">klauspost/compress#946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8">https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/c0ff47e262d13b2d48101344c6eff7204d8e6696"><code>c0ff47e</code></a> Update README.md</li> <li><a href="https://github.com/klauspost/compress/commit/657dc16a9a6667d91e73d44f301356048f0f90da"><code>657dc16</code></a> chore: remove repetitive words (<a href="https://redirect.github.com/klauspost/compress/issues/946">#946</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/3f77d8c9ab20e8d84a93c03c8434ada79aa14b7d"><code>3f77d8c</code></a> build(deps): bump the github-actions group with 1 update (<a href="https://redirect.github.com/klauspost/compress/issues/944">#944</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/de4073a3abdd00a2a95e608f9fcaf6ebf9141cc0"><code>de4073a</code></a> zstd: Add RLE detection+encoding (<a href="https://redirect.github.com/klauspost/compress/issues/938">#938</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/165be368c20e0a1184d5fd2cede0cd0920f233cc"><code>165be36</code></a> zstd: Reject blocks where reserved values are not 0 (<a href="https://redirect.github.com/klauspost/compress/issues/885">#885</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/4f3f95ba8e26a0fc4a19b981dd07776a41a65f19"><code>4f3f95b</code></a> ci: Add testing replacement (<a href="https://redirect.github.com/klauspost/compress/issues/935">#935</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/39763947c280d14a2b8355bf42da01d53a19706e"><code>3976394</code></a> build(deps): bump the github-actions group with 1 update (<a href="https://redirect.github.com/klauspost/compress/issues/934">#934</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/4d78e54b0172386e9eee40a7428f26678e94af96"><code>4d78e54</code></a> Remove sed for internal/fuzz/helpers.go (<a href="https://redirect.github.com/klauspost/compress/issues/933">#933</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/46c00caa8e63fd3960c37443c6c323d69512ba24"><code>46c00ca</code></a> doc: Remove an excess word in a documentation comment (<a href="https://redirect.github.com/klauspost/compress/issues/932">#932</a>)</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@ dependabot rebase` will rebase this PR - `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@ dependabot merge` will merge this PR after your CI passes on it - `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@ dependabot cancel merge` will cancel a previously requested merge and block automerging - `@ dependabot reopen` will reopen this PR if it is closed - `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>