Skip to content

Commit 43f4221

Browse files
chore(deps): update module github.com/pjbgf/sha1cd to v0.4.0 (#6985)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/pjbgf/sha1cd](https://redirect.github.com/pjbgf/sha1cd) | `v0.3.2` -> `v0.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpjbgf%2fsha1cd/v0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpjbgf%2fsha1cd/v0.3.2/v0.4.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.4.0`](https://redirect.github.com/pjbgf/sha1cd/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/pjbgf/sha1cd/compare/v0.3.2...v0.4.0) ##### What's Changed ##### ARM64 native support for improved performance - Arm64 implementation for UBC by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/pjbgf/sha1cd/pull/184](https://redirect.github.com/pjbgf/sha1cd/pull/184) - Implement `arm64` native version by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/pjbgf/sha1cd/pull/188](https://redirect.github.com/pjbgf/sha1cd/pull/188) - build: Add GitHub arm64 runners to workflows by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/pjbgf/sha1cd/pull/189](https://redirect.github.com/pjbgf/sha1cd/pull/189) - arm64: Drop unused vregs by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/pjbgf/sha1cd/pull/191](https://redirect.github.com/pjbgf/sha1cd/pull/191) ##### Misc - Remove `crypto.RegisterHash` call by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/pjbgf/sha1cd/pull/170](https://redirect.github.com/pjbgf/sha1cd/pull/170) - Revert "Remove `crypto.RegisterHash` call" by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/pjbgf/sha1cd/pull/190](https://redirect.github.com/pjbgf/sha1cd/pull/190) ##### Dependency bumps - build(deps): Bump golang from `51a6466` to `8c10f21` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/153](https://redirect.github.com/pjbgf/sha1cd/pull/153) - build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/151](https://redirect.github.com/pjbgf/sha1cd/pull/151) - build(deps): Bump github/codeql-action from 3.28.1 to 3.28.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/152](https://redirect.github.com/pjbgf/sha1cd/pull/152) - build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/154](https://redirect.github.com/pjbgf/sha1cd/pull/154) - build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/155](https://redirect.github.com/pjbgf/sha1cd/pull/155) - build(deps): Bump golang from `8c10f21` to `9271129` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/156](https://redirect.github.com/pjbgf/sha1cd/pull/156) - build(deps): Bump golang from 1.23 to 1.24 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/157](https://redirect.github.com/pjbgf/sha1cd/pull/157) - build(deps): Bump github/codeql-action from 3.28.9 to 3.28.10 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/158](https://redirect.github.com/pjbgf/sha1cd/pull/158) - build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/160](https://redirect.github.com/pjbgf/sha1cd/pull/160) - build(deps): Bump golang from `2b1cbf2` to `3f74443` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/159](https://redirect.github.com/pjbgf/sha1cd/pull/159) - build(deps): Bump github/codeql-action from 3.28.11 to 3.28.12 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/161](https://redirect.github.com/pjbgf/sha1cd/pull/161) - build(deps): Bump golang from `3f74443` to `52ff1b3` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/163](https://redirect.github.com/pjbgf/sha1cd/pull/163) - build(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/162](https://redirect.github.com/pjbgf/sha1cd/pull/162) - build(deps): Bump github/codeql-action from 3.28.12 to 3.28.13 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/164](https://redirect.github.com/pjbgf/sha1cd/pull/164) - build(deps): Bump github/codeql-action from 3.28.13 to 3.28.14 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/166](https://redirect.github.com/pjbgf/sha1cd/pull/166) - build(deps): Bump golang from `52ff1b3` to `991aa6a` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/165](https://redirect.github.com/pjbgf/sha1cd/pull/165) - build(deps): Bump golang from `991aa6a` to `1ecc479` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/168](https://redirect.github.com/pjbgf/sha1cd/pull/168) - build(deps): Bump golang from 1.24@&#8203;sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/169](https://redirect.github.com/pjbgf/sha1cd/pull/169) - build(deps): Bump github/codeql-action from 3.28.14 to 3.28.15 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/167](https://redirect.github.com/pjbgf/sha1cd/pull/167) - build(deps): Bump github/codeql-action from 3.28.15 to 3.28.16 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/171](https://redirect.github.com/pjbgf/sha1cd/pull/171) - build(deps): Bump github/codeql-action from 3.28.16 to 3.28.17 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/173](https://redirect.github.com/pjbgf/sha1cd/pull/173) - build(deps): Bump golang from `d9db321` to `30baaea` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/172](https://redirect.github.com/pjbgf/sha1cd/pull/172) - build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/174](https://redirect.github.com/pjbgf/sha1cd/pull/174) - build(deps): Bump golang from `30baaea` to `39d9e7d` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/175](https://redirect.github.com/pjbgf/sha1cd/pull/175) - build(deps): Bump golang from `39d9e7d` to `86b4cff` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/177](https://redirect.github.com/pjbgf/sha1cd/pull/177) - build(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/176](https://redirect.github.com/pjbgf/sha1cd/pull/176) - build(deps): Bump golang from `86b4cff` to `4c0a181` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/178](https://redirect.github.com/pjbgf/sha1cd/pull/178) - build(deps): Bump golang from `4c0a181` to `81bf592` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/179](https://redirect.github.com/pjbgf/sha1cd/pull/179) - build(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/180](https://redirect.github.com/pjbgf/sha1cd/pull/180) - build(deps): Bump golang from `81bf592` to `db5d0af` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/181](https://redirect.github.com/pjbgf/sha1cd/pull/181) - build(deps): Bump github/codeql-action from 3.28.19 to 3.29.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/182](https://redirect.github.com/pjbgf/sha1cd/pull/182) - build(deps): Bump golang from `db5d0af` to `10c1318` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/183](https://redirect.github.com/pjbgf/sha1cd/pull/183) - build(deps): Bump github/codeql-action from 3.29.0 to 3.29.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/185](https://redirect.github.com/pjbgf/sha1cd/pull/185) - build(deps): Bump github/codeql-action from 3.29.1 to 3.29.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/187](https://redirect.github.com/pjbgf/sha1cd/pull/187) - build(deps): Bump golang from `10c1318` to `20a022e` by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/pjbgf/sha1cd/pull/186](https://redirect.github.com/pjbgf/sha1cd/pull/186) **Full Changelog**: pjbgf/sha1cd@v0.3.2...v0.4.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e97ee25 commit 43f4221

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ require (
155155
github.com/nishanths/predeclared v0.2.2 // indirect
156156
github.com/nunnatsa/ginkgolinter v0.19.1 // indirect
157157
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
158-
github.com/pjbgf/sha1cd v0.3.2 // indirect
158+
github.com/pjbgf/sha1cd v0.4.0 // indirect
159159
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
160160
github.com/polyfloyd/go-errorlint v1.8.0 // indirect
161161
github.com/prometheus/client_golang v1.22.0 // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=
359359
github.com/otiai10/mint v1.6.3/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
360360
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
361361
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
362-
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
363-
github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
362+
github.com/pjbgf/sha1cd v0.4.0 h1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY=
363+
github.com/pjbgf/sha1cd v0.4.0/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
364364
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
365365
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
366366
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)