Skip to content

Commit 4a0606d

Browse files
chore(deps): update module github.com/pjbgf/sha1cd to v0.5.0 (#7317)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/pjbgf/sha1cd](https://redirect.github.com/pjbgf/sha1cd) | `v0.4.0` -> `v0.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpjbgf%2fsha1cd/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpjbgf%2fsha1cd/v0.4.0/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pjbgf/sha1cd (github.com/pjbgf/sha1cd)</summary> ### [`v0.5.0`](https://redirect.github.com/pjbgf/sha1cd/releases/tag/v0.5.0) [Compare Source](https://redirect.github.com/pjbgf/sha1cd/compare/v0.4.0...v0.5.0) #### What's Changed - Refactor arm64 implementation and drop use of AVO by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;192](https://redirect.github.com/pjbgf/sha1cd/pull/192) - build: Decrease dependabot interval by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;193](https://redirect.github.com/pjbgf/sha1cd/pull/193) - build(deps): Bump golang from `20a022e` to `14fd8a5` by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;194](https://redirect.github.com/pjbgf/sha1cd/pull/194) - Reduce allocations per operation to zero by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;195](https://redirect.github.com/pjbgf/sha1cd/pull/195) - build: Add bench execution by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;197](https://redirect.github.com/pjbgf/sha1cd/pull/197) - Introduce SIMD for arm64 by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;198](https://redirect.github.com/pjbgf/sha1cd/pull/198) - amd64: Add SHANI implementation by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;199](https://redirect.github.com/pjbgf/sha1cd/pull/199) **Full Changelog**: <pjbgf/sha1cd@v0.4.0...v0.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2de26d1 commit 4a0606d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

internal/tools/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

internal/tools/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ github.com/kisielk/errcheck v1.9.0/go.mod h1:kQxWMMVZgIkDq7U8xtG/n2juOjbLgZtedi0
285285
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
286286
github.com/kkHAIKE/contextcheck v1.1.6 h1:7HIyRcnyzxL9Lz06NGhiKvenXq7Zw6Q0UQu/ttjfJCE=
287287
github.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=
288290
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
289291
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
290292
github.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=
365367
github.com/otiai10/mint v1.6.3/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
366368
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
367369
github.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=
370372
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
371373
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
372374
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)