Skip to content

Commit afb9322

Browse files
chore(deps): update module github.com/tomarrell/wrapcheck/v2 to v2.11.0 (#6508)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/tomarrell/wrapcheck/v2](https://redirect.github.com/tomarrell/wrapcheck) | `v2.10.0` -> `v2.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftomarrell%2fwrapcheck%2fv2/v2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftomarrell%2fwrapcheck%2fv2/v2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftomarrell%2fwrapcheck%2fv2/v2.10.0/v2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftomarrell%2fwrapcheck%2fv2/v2.10.0/v2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tomarrell/wrapcheck (github.com/tomarrell/wrapcheck/v2)</summary> ### [`v2.11.0`](https://redirect.github.com/tomarrell/wrapcheck/releases/tag/v2.11.0): Optional reporting for package-internal errors, dep updates [Compare Source](https://redirect.github.com/tomarrell/wrapcheck/compare/v2.10.0...v2.11.0) #### What's Changed - deps: upgrade golang.org/x/tools to v0.25.0 by [@&#8203;high-moctane](https://redirect.github.com/high-moctane) in [https://github.com/tomarrell/wrapcheck/pull/61](https://redirect.github.com/tomarrell/wrapcheck/pull/61) - feat: add option for reporting internal errors by [@&#8203;frozenbonito](https://redirect.github.com/frozenbonito) in [https://github.com/tomarrell/wrapcheck/pull/60](https://redirect.github.com/tomarrell/wrapcheck/pull/60) #### New Contributors - [@&#8203;high-moctane](https://redirect.github.com/high-moctane) made their first contribution in [https://github.com/tomarrell/wrapcheck/pull/61](https://redirect.github.com/tomarrell/wrapcheck/pull/61) - [@&#8203;frozenbonito](https://redirect.github.com/frozenbonito) made their first contribution in [https://github.com/tomarrell/wrapcheck/pull/60](https://redirect.github.com/tomarrell/wrapcheck/pull/60) **Full Changelog**: tomarrell/wrapcheck@v2.10.0...v2.11.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a12c0aa commit afb9322

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
@@ -183,7 +183,7 @@ require (
183183
github.com/tetafro/godot v1.5.0 // indirect
184184
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
185185
github.com/timonwong/loggercheck v0.10.1 // indirect
186-
github.com/tomarrell/wrapcheck/v2 v2.10.0 // indirect
186+
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
187187
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
188188
github.com/ultraware/funlen v0.2.0 // indirect
189189
github.com/ultraware/whitespace v0.2.0 // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 h1:9LPGD+jzxMlnk
441441
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67/go.mod h1:mkjARE7Yr8qU23YcGMSALbIxTQ9r9QBVahQOBRfU460=
442442
github.com/timonwong/loggercheck v0.10.1 h1:uVZYClxQFpw55eh+PIoqM7uAOHMrhVcDoWDery9R8Lg=
443443
github.com/timonwong/loggercheck v0.10.1/go.mod h1:HEAWU8djynujaAVX7QI65Myb8qgfcZ1uKbdpg3ZzKl8=
444-
github.com/tomarrell/wrapcheck/v2 v2.10.0 h1:SzRCryzy4IrAH7bVGG4cK40tNUhmVmMDuJujy4XwYDg=
445-
github.com/tomarrell/wrapcheck/v2 v2.10.0/go.mod h1:g9vNIyhb5/9TQgumxQyOEqDHsmGYcGsVMOx/xGkqdMo=
444+
github.com/tomarrell/wrapcheck/v2 v2.11.0 h1:BJSt36snX9+4WTIXeJ7nvHBQBcm1h2SjQMSlmQ6aFSU=
445+
github.com/tomarrell/wrapcheck/v2 v2.11.0/go.mod h1:wFL9pDWDAbXhhPZZt+nG8Fu+h29TtnZ2MW6Lx4BRXIU=
446446
github.com/tommy-muehle/go-mnd/v2 v2.5.1 h1:NowYhSdyE/1zwK9QCLeRb6USWdoif80Ie+v+yU8u1Zw=
447447
github.com/tommy-muehle/go-mnd/v2 v2.5.1/go.mod h1:WsUAkMJMYww6l/ufffCD3m+P7LEvr8TnZn9lwVDlgzw=
448448
github.com/ultraware/funlen v0.2.0 h1:gCHmCn+d2/1SemTdYMiKLAHFYxTYz7z9VIDRaTGyLkI=

0 commit comments

Comments
 (0)