Upgrade cpuid (#190)

Fixes long startup time on Xen guests.
master
Klaus Post 2022-06-21 08:52:46 -07:00 committed by GitHub
parent e97f38d38d
commit 665023960f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/klauspost/reedsolomon
go 1.15
require github.com/klauspost/cpuid/v2 v2.0.11
require github.com/klauspost/cpuid/v2 v2.0.14

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/klauspost/cpuid/v2 v2.0.11 h1:i2lw1Pm7Yi/4O6XCSyJWqEHI2MDw2FzUK6o/D21xn2A=
github.com/klauspost/cpuid/v2 v2.0.11/go.mod h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
github.com/klauspost/cpuid/v2 v2.0.14 h1:QRqdp6bb9M9S5yyKeYteXKuoKE4p0tGlra81fKOpWH8=
github.com/klauspost/cpuid/v2 v2.0.14/go.mod h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=