Skip to content

Commit

Permalink
Update testset.
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Sep 27, 2022
1 parent 976c648 commit f02e77d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file modified testdata/cpuid_data.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions testdata/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/klauspost/cpuid/testdata

go 1.19

require golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
2 changes: 2 additions & 0 deletions testdata/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang.org/x/net v0.0.0-20220926192436-02166a98028e h1:I51lVG9ykW5AQeTE50sJ0+gJCAF0J78Hf1+1VUCGxDI=
golang.org/x/net v0.0.0-20220926192436-02166a98028e/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=

0 comments on commit f02e77d

Please sign in to comment.