Skip to content

Commit 4c81a1c

Browse files
authored
fix(deps): Update module github.com/klauspost/cpuid/v2 to v2.2.7 (#160)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/klauspost/cpuid/v2](https://togithub.com/klauspost/cpuid) | indirect | patch | `v2.2.6` -> `v2.2.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/cpuid (github.com/klauspost/cpuid/v2)</summary> ### [`v2.2.7`](https://togithub.com/klauspost/cpuid/releases/tag/v2.2.7) [Compare Source](https://togithub.com/klauspost/cpuid/compare/v2.2.6...v2.2.7) #### What's Changed - Add AMD Memory Encrypt detection by [@&#8203;Lencerf](https://togithub.com/Lencerf) in [https://github.com/klauspost/cpuid/pull/140](https://togithub.com/klauspost/cpuid/pull/140) - Add AMD Speculative Return Stack Overflow (SRSO) by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/cpuid/pull/143](https://togithub.com/klauspost/cpuid/pull/143) - workflows: Update actions and golang versions used by [@&#8203;fidencio](https://togithub.com/fidencio) in [https://github.com/klauspost/cpuid/pull/139](https://togithub.com/klauspost/cpuid/pull/139) #### New Contributors - [@&#8203;Lencerf](https://togithub.com/Lencerf) made their first contribution in [https://github.com/klauspost/cpuid/pull/140](https://togithub.com/klauspost/cpuid/pull/140) **Full Changelog**: klauspost/cpuid@v2.2.6...v2.2.7 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 118a3b5 commit 4c81a1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require (
6262
github.com/kataras/sitemap v0.0.6 // indirect
6363
github.com/kataras/tunnel v0.0.4 // indirect
6464
github.com/klauspost/compress v1.17.7 // indirect
65-
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
65+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
6666
github.com/labstack/echo/v4 v4.11.4 // indirect
6767
github.com/labstack/gommon v0.4.2 // indirect
6868
github.com/leodido/go-urn v1.2.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ github.com/kataras/tunnel v0.0.4/go.mod h1:9FkU4LaeifdMWqZu7o20ojmW4B7hdhv2CMLwf
144144
github.com/klauspost/compress v1.17.7 h1:ehO88t2UGzQK66LMdE8tibEd1ErmzZjNEqWkjLAKQQg=
145145
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=
147-
github.com/klauspost/cpuid/v2 v2.2.6 h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=
148-
github.com/klauspost/cpuid/v2 v2.2.6/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
147+
github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=
148+
github.com/klauspost/cpuid/v2 v2.2.7/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
149149
github.com/knz/go-libedit v1.10.1/go.mod h1:MZTVkCWyz0oBc7JOWP3wNAzd002ZbM/5hgShxwh4x8M=
150150
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
151151
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=

0 commit comments

Comments
 (0)