Skip to content

Commit

Permalink
go.mod: upgrade github.com/klauspost/cpuid/v2@v2.0.6 for darwin AVX512 (
Browse files Browse the repository at this point in the history
#59)

$ go mod edit -require=github.com/klauspost/cpuid/v2@latest
$ rm -f go.sum; go1.16.3 mod tidy
  • Loading branch information
zchee authored Apr 6, 2021
1 parent 6a57409 commit f73b335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/minio/sha256-simd

go 1.13

require github.com/klauspost/cpuid/v2 v2.0.4
require github.com/klauspost/cpuid/v2 v2.0.6
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/klauspost/cpuid/v2 v2.0.3 h1:DNljyrHyxlkk8139OXIAAauCwV8eQGDD6Z8YqnDXdZw=
github.com/klauspost/cpuid/v2 v2.0.3/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2 v2.0.4 h1:g0I61F2K2DjRHz1cnxlkNSBIaePVoJIjjnHui8QHbiw=
github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2 v2.0.6 h1:dQ5ueTiftKxp0gyjKSx5+8BtPWkyQbd95m8Gys/RarI=
github.com/klauspost/cpuid/v2 v2.0.6/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=

0 comments on commit f73b335

Please # to comment.