diff --git a/go.mod b/go.mod index 2159ef0..18b9827 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/numtide/nixos-facter go 1.22.3 require ( - github.com/klauspost/cpuid/v2 v2.2.9-0.20241026200132-ee7cba987ff4 + github.com/klauspost/cpuid/v2 v2.2.9 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 883d354..d321e42 100644 --- a/go.sum +++ b/go.sum @@ -5,6 +5,7 @@ github.com/klauspost/cpuid/v2 v2.2.9-0.20240805145549-92d5326f011e h1:XLeT7xVis8 github.com/klauspost/cpuid/v2 v2.2.9-0.20240805145549-92d5326f011e/go.mod h1:rqkxqrZ1EhYM9G+hXH7YdowN5R5RGN6NK4QwQ3WMXF8= github.com/klauspost/cpuid/v2 v2.2.9-0.20241026200132-ee7cba987ff4 h1:veWv2fzhVgC4iQ4ZRlXLwq68XWBJfDdk6FuklLmgVUI= github.com/klauspost/cpuid/v2 v2.2.9-0.20241026200132-ee7cba987ff4/go.mod h1:rqkxqrZ1EhYM9G+hXH7YdowN5R5RGN6NK4QwQ3WMXF8= +github.com/klauspost/cpuid/v2 v2.2.9/go.mod h1:rqkxqrZ1EhYM9G+hXH7YdowN5R5RGN6NK4QwQ3WMXF8= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=