Skip to content

Commit bc0bfb4

Browse files
chore(deps): update module github.com/curioswitch/go-reassign to v0.3.0 (#6065)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/curioswitch/go-reassign](https://redirect.github.com/curioswitch/go-reassign) | `v0.2.0` -> `v0.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcurioswitch%2fgo-reassign/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcurioswitch%2fgo-reassign/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcurioswitch%2fgo-reassign/v0.2.0/v0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcurioswitch%2fgo-reassign/v0.2.0/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>curioswitch/go-reassign (github.com/curioswitch/go-reassign)</summary> ### [`v0.3.0`](https://redirect.github.com/curioswitch/go-reassign/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/curioswitch/go-reassign/compare/v0.2.0...v0.3.0) #### What's Changed - Support matching against package-qualified name as well by [@&#8203;chokoswitch](https://redirect.github.com/chokoswitch) in [https://github.com/curioswitch/go-reassign/pull/12](https://redirect.github.com/curioswitch/go-reassign/pull/12) - Update floor Go version to 1.21 by [@&#8203;chokoswitch](https://redirect.github.com/chokoswitch) in [https://github.com/curioswitch/go-reassign/pull/20](https://redirect.github.com/curioswitch/go-reassign/pull/20) - Update x/tools to fix panic in tests with Go 1.23 by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [https://github.com/curioswitch/go-reassign/pull/19](https://redirect.github.com/curioswitch/go-reassign/pull/19) #### New Contributors - [@&#8203;alexandear](https://redirect.github.com/alexandear) made their first contribution in [https://github.com/curioswitch/go-reassign/pull/19](https://redirect.github.com/curioswitch/go-reassign/pull/19) **Full Changelog**: curioswitch/go-reassign@v0.2.0...v0.3.0 #### Changelog - [`e97fbfb`](https://redirect.github.com/curioswitch/go-reassign/commit/e97fbfb) Bump golang.org/x/tools from 0.1.12 to 0.2.0 ([#&#8203;9](https://redirect.github.com/curioswitch/go-reassign/issues/9)) - [`90e03e0`](https://redirect.github.com/curioswitch/go-reassign/commit/90e03e0) Bump golang.org/x/tools from 0.2.0 to 0.3.0 ([#&#8203;10](https://redirect.github.com/curioswitch/go-reassign/issues/10)) - [`5a672ff`](https://redirect.github.com/curioswitch/go-reassign/commit/5a672ff) Remove limitation that isn't there anymore and add Development sectio… ([#&#8203;7](https://redirect.github.com/curioswitch/go-reassign/issues/7)) - [`361980f`](https://redirect.github.com/curioswitch/go-reassign/commit/361980f) Support matching against package-qualified name as well ([#&#8203;12](https://redirect.github.com/curioswitch/go-reassign/issues/12)) - [`20d6f3a`](https://redirect.github.com/curioswitch/go-reassign/commit/20d6f3a) Update floor Go version to 1.21 ([#&#8203;20](https://redirect.github.com/curioswitch/go-reassign/issues/20)) - [`b34e3f5`](https://redirect.github.com/curioswitch/go-reassign/commit/b34e3f5) Update x/tools to fix panic in tests with Go 1.23 ([#&#8203;19](https://redirect.github.com/curioswitch/go-reassign/issues/19)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8d12fc commit bc0bfb4

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
@@ -55,7 +55,7 @@ require (
5555
github.com/chavacava/garif v0.1.0 // indirect
5656
github.com/ckaznocha/intrange v0.3.0 // indirect
5757
github.com/cloudflare/circl v1.5.0 // indirect
58-
github.com/curioswitch/go-reassign v0.2.0 // indirect
58+
github.com/curioswitch/go-reassign v0.3.0 // indirect
5959
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
6060
github.com/daixiang0/gci v0.13.5 // indirect
6161
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUK
8686
github.com/cloudflare/circl v1.5.0 h1:hxIWksrX6XN5a1L2TI/h53AGPhNHoUBo+TD1ms9+pys=
8787
github.com/cloudflare/circl v1.5.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
8888
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
89-
github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDUstnC9DIo=
90-
github.com/curioswitch/go-reassign v0.2.0/go.mod h1:x6OpXuWvgfQaMGks2BZybTngWjT84hqJfKoO8Tt/Roc=
89+
github.com/curioswitch/go-reassign v0.3.0 h1:dh3kpQHuADL3cobV/sSGETA8DOv457dwl+fbBAhrQPs=
90+
github.com/curioswitch/go-reassign v0.3.0/go.mod h1:nApPCCTtqLJN/s8HfItCcKV0jIPwluBOvZP+dsJGA88=
9191
github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM=
9292
github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
9393
github.com/daixiang0/gci v0.13.5 h1:kThgmH1yBmZSBCh1EJVxQ7JsHpm5Oms0AMed/0LaH4c=

0 commit comments

Comments
 (0)