File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ require (
129129 github.com/kevinburke/ssh_config v1.4.0 // indirect
130130 github.com/kisielk/errcheck v1.9.0 // indirect
131131 github.com/kkHAIKE/contextcheck v1.1.6 // indirect
132+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
132133 github.com/kulti/thelper v0.6.3 // indirect
133134 github.com/kunwardeep/paralleltest v1.0.14 // indirect
134135 github.com/lasiar/canonicalheader v1.1.2 // indirect
@@ -158,7 +159,7 @@ require (
158159 github.com/nishanths/predeclared v0.2.2 // indirect
159160 github.com/nunnatsa/ginkgolinter v0.20.0 // indirect
160161 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
161- github.com/pjbgf/sha1cd v0.4 .0 // indirect
162+ github.com/pjbgf/sha1cd v0.5 .0 // indirect
162163 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
163164 github.com/polyfloyd/go-errorlint v1.8.0 // indirect
164165 github.com/prometheus/client_golang v1.23.1 // indirect
Original file line number Diff line number Diff line change @@ -285,6 +285,8 @@ github.com/kisielk/errcheck v1.9.0/go.mod h1:kQxWMMVZgIkDq7U8xtG/n2juOjbLgZtedi0
285285github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
286286github.com/kkHAIKE/contextcheck v1.1.6 h1:7HIyRcnyzxL9Lz06NGhiKvenXq7Zw6Q0UQu/ttjfJCE =
287287github.com/kkHAIKE/contextcheck v1.1.6 /go.mod h1:3dDbMRNBFaq8HFXWC1JyvDSPm43CmE6IuHam8Wr0rkg =
288+ github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y =
289+ github.com/klauspost/cpuid/v2 v2.3.0 /go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0 =
288290github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
289291github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
290292github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
@@ -365,8 +367,8 @@ github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=
365367github.com/otiai10/mint v1.6.3 /go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM =
366368github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
367369github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
368- github.com/pjbgf/sha1cd v0.4 .0 h1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY =
369- github.com/pjbgf/sha1cd v0.4 .0 /go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A =
370+ github.com/pjbgf/sha1cd v0.5 .0 h1:a+UkboSi1znleCDUNT3M5YxjOnN1fz2FhN48FlwCxs0 =
371+ github.com/pjbgf/sha1cd v0.5 .0 /go.mod h1:lhpGlyHLpQZoxMv8HcgXvZEhcGs0PG/vsZnEJ7H0iCM =
370372github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
371373github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
372374github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments