From d7ddbcda83818eda8d05886b2c4ab3dae3b7d093 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:15:27 +0000 Subject: [PATCH] fix(deps): update github.com/klauspost/cpuid/v2 digest to ee7cba9 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index eb40ca7..2159ef0 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.20240805145549-92d5326f011e + github.com/klauspost/cpuid/v2 v2.2.9-0.20241026200132-ee7cba987ff4 github.com/stretchr/testify v1.9.0 ) diff --git a/go.sum b/go.sum index 8af9a8d..883d354 100644 --- a/go.sum +++ b/go.sum @@ -3,6 +3,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/klauspost/cpuid/v2 v2.2.9-0.20240805145549-92d5326f011e h1:XLeT7xVis8xyC0F4CqQ2fAcuBar61PMI7GhrUEBBKas= 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/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=