Skip to content

Commit 6e35a34

Browse files
authored
fix(deps): Update module github.com/klauspost/cpuid/v2 to v2.2.6 (#208)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/klauspost/cpuid/v2](https://togithub.com/klauspost/cpuid) | indirect | patch | `v2.2.5` -> `v2.2.6` | --- ### Release Notes <details> <summary>klauspost/cpuid (github.com/klauspost/cpuid/v2)</summary> ### [`v2.2.6`](https://togithub.com/klauspost/cpuid/releases/tag/v2.2.6) [Compare Source](https://togithub.com/klauspost/cpuid/compare/v2.2.5...v2.2.6) #### What's Changed - Add Intel apx, avx10, keylocker by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/cpuid/pull/134](https://togithub.com/klauspost/cpuid/pull/134) - Update README.md by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/cpuid/pull/136](https://togithub.com/klauspost/cpuid/pull/136) - Detect TDX Guest when it's virtualised using Hyper-V by [@&#8203;fidencio](https://togithub.com/fidencio) in [https://github.com/klauspost/cpuid/pull/138](https://togithub.com/klauspost/cpuid/pull/138) **Full Changelog**: klauspost/cpuid@v2.2.5...v2.2.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 5e6931b commit 6e35a34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/kataras/sitemap v0.0.6 // indirect
6666
github.com/kataras/tunnel v0.0.4 // indirect
6767
github.com/klauspost/compress v1.17.4 // indirect
68-
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
68+
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
6969
github.com/labstack/echo/v4 v4.11.1 // indirect
7070
github.com/labstack/gommon v0.4.0 // indirect
7171
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
@@ -136,8 +136,8 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
136136
github.com/klauspost/compress v1.17.4 h1:Ej5ixsIri7BrIjBkRZLTo6ghwrEtHFk7ijlczPW4fZ4=
137137
github.com/klauspost/compress v1.17.4/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM=
138138
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
139-
github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=
140-
github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
139+
github.com/klauspost/cpuid/v2 v2.2.6 h1:ndNyv040zDGIDh8thGkXYjnFtiN02M1PVVF+JE/48xc=
140+
github.com/klauspost/cpuid/v2 v2.2.6/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
141141
github.com/knz/go-libedit v1.10.1/go.mod h1:MZTVkCWyz0oBc7JOWP3wNAzd002ZbM/5hgShxwh4x8M=
142142
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
143143
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=

0 commit comments

Comments
 (0)