Skip to content

Commit fdf7bec

Browse files
authoredApr 17, 2025··
chore(deps): update module github.com/manuelarte/funcorder to v0.3.0 (#6674)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/manuelarte/funcorder](https://redirect.github.com/manuelarte/funcorder) | `v0.2.1` -> `v0.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmanuelarte%2ffuncorder/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmanuelarte%2ffuncorder/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmanuelarte%2ffuncorder/v0.2.1/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmanuelarte%2ffuncorder/v0.2.1/v0.3.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>manuelarte/funcorder (github.com/manuelarte/funcorder)</summary> ### [`v0.3.0`](https://redirect.github.com/manuelarte/funcorder/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/manuelarte/funcorder/compare/v0.2.1...v0.3.0) #### What's Changed - Updating Github actions to add `codespell` and `typos` by [@&#8203;manuelarte](https://redirect.github.com/manuelarte) in [https://github.com/manuelarte/funcorder/pull/22](https://redirect.github.com/manuelarte/funcorder/pull/22) - adding funcorder to funcorder by [@&#8203;manuelarte](https://redirect.github.com/manuelarte) in [https://github.com/manuelarte/funcorder/pull/23](https://redirect.github.com/manuelarte/funcorder/pull/23) - feat: add alphabetical option by [@&#8203;manuelarte](https://redirect.github.com/manuelarte) in [https://github.com/manuelarte/funcorder/pull/26](https://redirect.github.com/manuelarte/funcorder/pull/26) **Full Changelog**: manuelarte/funcorder@v0.2.1...v0.3.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71361b9 commit fdf7bec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ require (
133133
github.com/leonklingele/grouper v1.1.2 // indirect
134134
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
135135
github.com/macabu/inamedparam v0.2.0 // indirect
136-
github.com/manuelarte/funcorder v0.2.1 // indirect
136+
github.com/manuelarte/funcorder v0.3.0 // indirect
137137
github.com/maratori/testableexamples v1.0.0 // indirect
138138
github.com/maratori/testpackage v1.1.1 // indirect
139139
github.com/matoous/godox v1.1.0 // indirect

‎internal/tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69
297297
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
298298
github.com/macabu/inamedparam v0.2.0 h1:VyPYpOc10nkhI2qeNUdh3Zket4fcZjEWe35poddBCpE=
299299
github.com/macabu/inamedparam v0.2.0/go.mod h1:+Pee9/YfGe5LJ62pYXqB89lJ+0k5bsR8Wgz/C0Zlq3U=
300-
github.com/manuelarte/funcorder v0.2.1 h1:7QJsw3qhljoZ5rH0xapIvjw31EcQeFbF31/7kQ/xS34=
301-
github.com/manuelarte/funcorder v0.2.1/go.mod h1:BQQ0yW57+PF9ZpjpeJDKOffEsQbxDFKW8F8zSMe/Zd0=
300+
github.com/manuelarte/funcorder v0.3.0 h1:mV1joNYIjIUnnyZ6wfaC+sCWB6IvG62ay3xuhbklHps=
301+
github.com/manuelarte/funcorder v0.3.0/go.mod h1:wBFktqsi8PyQvNYEUpF5Lt+V/xqgaevfCi4SSpUhyPo=
302302
github.com/maratori/testableexamples v1.0.0 h1:dU5alXRrD8WKSjOUnmJZuzdxWOEQ57+7s93SLMxb2vI=
303303
github.com/maratori/testableexamples v1.0.0/go.mod h1:4rhjL1n20TUTT4vdh3RDqSizKLyXp7K2u6HgraZCGzE=
304304
github.com/maratori/testpackage v1.1.1 h1:S58XVV5AD7HADMmD0fNnziNHqKvSdDuEKdPD1rNTU04=

0 commit comments

Comments
 (0)
Please sign in to comment.