This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new bd1f36a chore: Bump github.com/klauspost/cpuid/v2 from 2.2.8 to 2.2.9
(#188)
bd1f36a is described below
commit bd1f36a8f8b4e0d15aa75c0fa996196fa52bd93f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 17:21:06 2024 -0500
chore: Bump github.com/klauspost/cpuid/v2 from 2.2.8 to 2.2.9 (#188)
Bumps
[github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) from
2.2.8 to 2.2.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/cpuid/releases">github.com/klauspost/cpuid/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.2.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Arm SVE Vector and Predicate lengths by <a
href="https://github.com/klauspost"><code>@klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/cpuid/pull/146">klauspost/cpuid#146</a></li>
<li>Add Hypervisor Vendor by <a
href="https://github.com/brianmcgee"><code>@brianmcgee</code></a> in <a
href="https://redirect.github.com/klauspost/cpuid/pull/147">klauspost/cpuid#147</a></li>
<li>cpuid: Add AMX FP8 detection by <a
href="https://github.com/ozhuraki"><code>@ozhuraki</code></a> in <a
href="https://redirect.github.com/klauspost/cpuid/pull/148">klauspost/cpuid#148</a></li>
<li>Fix threadsPerCore check for Zen 2 (AMD) by <a
href="https://github.com/maksimio"><code>@maksimio</code></a> in <a
href="https://redirect.github.com/klauspost/cpuid/pull/149">klauspost/cpuid#149</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/brianmcgee"><code>@brianmcgee</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/cpuid/pull/147">klauspost/cpuid#147</a></li>
<li><a href="https://github.com/maksimio"><code>@maksimio</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/cpuid/pull/149">klauspost/cpuid#149</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/cpuid/compare/v2.2.8...v2.2.9">https://github.com/klauspost/cpuid/compare/v2.2.8...v2.2.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/cpuid/commit/ee7cba987ff4d8747807f9e616ac1b8fac8119b9"><code>ee7cba9</code></a>
Fix threadsPerCore check for Zen 2 (AMD) (<a
href="https://redirect.github.com/klauspost/cpuid/issues/149">#149</a>)</li>
<li><a
href="https://github.com/klauspost/cpuid/commit/60035f3080f8a64825fc56d16a06103d44e36d4f"><code>60035f3</code></a>
cpuid: Add AMX FP8 detection (<a
href="https://redirect.github.com/klauspost/cpuid/issues/148">#148</a>)</li>
<li><a
href="https://github.com/klauspost/cpuid/commit/92d5326f011e47516a5802a0a98ceaf59b0f98fc"><code>92d5326</code></a>
Add Hypervisor Vendor (<a
href="https://redirect.github.com/klauspost/cpuid/issues/147">#147</a>)</li>
<li><a
href="https://github.com/klauspost/cpuid/commit/d25825d28e334335f128a01866428f65b98b86d8"><code>d25825d</code></a>
Add Arm SVE Vector and Predicate lengths (<a
href="https://redirect.github.com/klauspost/cpuid/issues/146">#146</a>)</li>
<li>See full diff in <a
href="https://github.com/klauspost/cpuid/compare/v2.2.8...v2.2.9">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/go.mod b/go.mod
index 1318409..8d802d9 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/hamba/avro/v2 v2.27.0
github.com/klauspost/asmfmt v1.3.2
github.com/klauspost/compress v1.17.11
- github.com/klauspost/cpuid/v2 v2.2.8
+ github.com/klauspost/cpuid/v2 v2.2.9
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
github.com/pierrec/lz4/v4 v4.1.21
diff --git a/go.sum b/go.sum
index 6d288bd..478adaf 100644
--- a/go.sum
+++ b/go.sum
@@ -55,8 +55,8 @@ github.com/klauspost/asmfmt v1.3.2
h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK
github.com/klauspost/asmfmt v1.3.2/go.mod
h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.17.11
h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress v1.17.11/go.mod
h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
-github.com/klauspost/cpuid/v2 v2.2.8
h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM=
-github.com/klauspost/cpuid/v2 v2.2.8/go.mod
h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
+github.com/klauspost/cpuid/v2 v2.2.9
h1:66ze0taIn2H33fBvCkXuv9BmCwDfafmiIVpKV9kKGuY=
+github.com/klauspost/cpuid/v2 v2.2.9/go.mod
h1:rqkxqrZ1EhYM9G+hXH7YdowN5R5RGN6NK4QwQ3WMXF8=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod
h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
@@ -133,7 +133,6 @@ golang.org/x/net v0.30.0/go.mod
h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=