1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Merge pull request #271 from mythi/cpuid

vendor: update klauspost/cpuid
This commit is contained in:
Kubernetes Prow Robot 2019-11-06 23:54:43 -08:00 committed by GitHub
commit dcc67c502e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Gopkg.lock generated
View file

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

View file

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