1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

vendor: update klauspost/cpuid

Due to the constraint, pretty old version is being used. Update
the cpuid package to the latest master to get, e.g., AVX512_VNNI
and VMX detection.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2019-11-06 22:55:57 +02:00
parent 21f85df6eb
commit 88b55dcc50
2 changed files with 3 additions and 4 deletions

5
Gopkg.lock generated
View file

@ -442,12 +442,11 @@
version = "v4.20"
[[projects]]
digest = "1:2d643962fac133904694fffa959bc3c5dcfdcee38c6f5ffdd99a3c93eb9c835c"
digest = "1:e59e697b2b272065b99b2dcb7ab9cb1657bcc2110d8c7ab71f997dbda1f75982"
name = "github.com/klauspost/cpuid"
packages = ["."]
pruneopts = "UT"
revision = "e7e905edc00ea8827e58662220139109efea09db"
version = "v1.2.0"
revision = "5a626f7029c910cc8329dae5405ee4f65034bce5"
[[projects]]
digest = "1:31e761d97c76151dde79e9d28964a812c46efc5baee4085b86f68f0c654450de"

View file

@ -34,7 +34,7 @@
[[constraint]]
name = "github.com/klauspost/cpuid"
version = "1.1.0"
revision = "5a626f7029c910cc8329dae5405ee4f65034bce5"
[[constraint]]
name = "github.com/smartystreets/goconvey"