Skip to content

Commit

Permalink
chore(deps): bump github.com/klauspost/reedsolomon from 1.11.1 to 1.1…
Browse files Browse the repository at this point in the history
…1.8 (#259)

Bumps
[github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon)
from 1.11.1 to 1.11.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/reedsolomon/releases">github.com/klauspost/reedsolomon's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Add new error <code>ErrInvalidShardSize</code> by <a
href="https://github.com/rootulp"><code>@​rootulp</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/243">klauspost/reedsolomon#243</a></li>
<li>doc: update IsSquare doc by <a
href="https://github.com/egbakou"><code>@​egbakou</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/244">klauspost/reedsolomon#244</a></li>
<li>EncodeIdx: Use advanced AVX2/GFNI by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/248">klauspost/reedsolomon#248</a></li>
<li>Add benchmark application by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/249">klauspost/reedsolomon#249</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rootulp"><code>@​rootulp</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/243">klauspost/reedsolomon#243</a></li>
<li><a href="https://github.com/egbakou"><code>@​egbakou</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/244">klauspost/reedsolomon#244</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/reedsolomon/compare/v1.11.7...v1.11.8">https://github.com/klauspost/reedsolomon/compare/v1.11.7...v1.11.8</a></p>
<h2>v1.11.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix matrix buffer sizes by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/241">klauspost/reedsolomon#241</a></li>
<li>tests: add golang 1.20 by <a
href="https://github.com/leyou240"><code>@​leyou240</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/239">klauspost/reedsolomon#239</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/leyou240"><code>@​leyou240</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/239">klauspost/reedsolomon#239</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/reedsolomon/compare/v1.11.6...v1.11.7">https://github.com/klauspost/reedsolomon/compare/v1.11.6...v1.11.7</a></p>
<h2>v1.11.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix split OOB and zeroing by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/238">klauspost/reedsolomon#238</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/reedsolomon/compare/v1.11.5...v1.11.6">https://github.com/klauspost/reedsolomon/compare/v1.11.5...v1.11.6</a></p>
<h2>v1.11.5</h2>
<h2>What's Changed</h2>
<ul>
<li>zero memory padding on stream split, fix potential OOM issues. by <a
href="https://github.com/0xbillw"><code>@​0xbillw</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/233">klauspost/reedsolomon#233</a></li>
<li>Fix Split function with 0 erasure by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/234">klauspost/reedsolomon#234</a></li>
<li>Retract v1.11.2 by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/231">klauspost/reedsolomon#231</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/0xbillw"><code>@​0xbillw</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/233">klauspost/reedsolomon#233</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/reedsolomon/compare/v1.11.4...v1.11.5">https://github.com/klauspost/reedsolomon/compare/v1.11.4...v1.11.5</a></p>
<h2>v1.11.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Use GFNI broadcast by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/228">klauspost/reedsolomon#228</a></li>
<li>Align allocations by <a
href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/reedsolomon/pull/230">klauspost/reedsolomon#230</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/reedsolomon/compare/v1.11.3...v1.11.4">https://github.com/klauspost/reedsolomon/compare/v1.11.3...v1.11.4</a></p>
<h2>BUGFIX: Fixes v1.11.2 Leopard GF8 GFNI code</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/523164698be98f1603cf1235f5a1de17728b2091"><code>5231646</code></a>
Add benchmark application (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/249">#249</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/c28d6bba68f8245000c872b87aa5d0895a170033"><code>c28d6bb</code></a>
EncodeIdx: Use advanced AVX2/GFNI (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/248">#248</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/fd3e6910a7e457563469172968f456ad9b7696b6"><code>fd3e691</code></a>
refactor: update IsSquare doc (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/244">#244</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/4e9455c045bba7f15065ef2f216d488866decf2b"><code>4e9455c</code></a>
Add new error <code>ErrInvalidShardSize</code> (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/243">#243</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/1bbcf490ef20f08cae12b429b8bfbec2330dc29b"><code>1bbcf49</code></a>
Fix matrix buffer sizes (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/241">#241</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/a6d2e3df50e427392c686407c75ded9aafecb5d0"><code>a6d2e3d</code></a>
tests: add golang 1.20 (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/239">#239</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/9dac1a16a843da238a7ad88df9c21ea2556226c2"><code>9dac1a1</code></a>
Fix split OOB and zeroing (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/238">#238</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/7e59db9eaa4948ed5473befddf939927c57ef65f"><code>7e59db9</code></a>
Fix Split function with 0 erasure (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/234">#234</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/6580cd4c9e5adaac64fd100157acf9b113cc7a93"><code>6580cd4</code></a>
zero memery padding on stream split, fix potential OOM issues. (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/233">#233</a>)</li>
<li><a
href="https://github.com/klauspost/reedsolomon/commit/b413df32aec2953ebc9e85167dc4b4969be4a3a6"><code>b413df3</code></a>
Retract v1.11.2 (<a
href="https://redirect.github.com/klauspost/reedsolomon/issues/231">#231</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/klauspost/reedsolomon/compare/v1.11.1...v1.11.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/reedsolomon&package-manager=go_modules&previous-version=1.11.1&new-version=1.11.8)](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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2023
1 parent c225329 commit 6b38192
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 @@ -9,7 +9,7 @@ require (
)

require (
github.com/klauspost/reedsolomon v1.11.1
github.com/klauspost/reedsolomon v1.11.8
golang.org/x/sync v0.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2 v2.1.1 h1:t0wUqjowdm8ezddV5k0tLWVklVuvLJpoHeb4WBdydm0=
github.com/klauspost/cpuid/v2 v2.1.1/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
github.com/klauspost/reedsolomon v1.11.1 h1:0gCWQXOB8pVe1Y5SGozDA5t2qoVxX3prsV+qHgI/Fik=
github.com/klauspost/reedsolomon v1.11.1/go.mod h1:FXLZzlJIdfqEnQLdUKWNRuMZg747hZ4oYp2Ml60Lb/k=
github.com/klauspost/reedsolomon v1.11.8 h1:s8RpUW5TK4hjr+djiOpbZJB4ksx+TdYbRH7vHQpwPOY=
github.com/klauspost/reedsolomon v1.11.8/go.mod h1:4bXRN+cVzMdml6ti7qLouuYi32KHJ5MGv0Qd8a47h6A=
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down

0 comments on commit 6b38192

Please sign in to comment.