1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00

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**:
https://github.com/curioswitch/go-reassign/compare/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>
This commit is contained in:
renovate[bot] 2024-12-17 17:27:58 +01:00 committed by GitHub
parent f8d12fc51a
commit bc0bfb455c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ require (
github.com/chavacava/garif v0.1.0 // indirect github.com/chavacava/garif v0.1.0 // indirect
github.com/ckaznocha/intrange v0.3.0 // indirect github.com/ckaznocha/intrange v0.3.0 // indirect
github.com/cloudflare/circl v1.5.0 // indirect github.com/cloudflare/circl v1.5.0 // indirect
github.com/curioswitch/go-reassign v0.2.0 // indirect github.com/curioswitch/go-reassign v0.3.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/daixiang0/gci v0.13.5 // indirect github.com/daixiang0/gci v0.13.5 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

View File

@ -86,8 +86,8 @@ github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUK
github.com/cloudflare/circl v1.5.0 h1:hxIWksrX6XN5a1L2TI/h53AGPhNHoUBo+TD1ms9+pys= github.com/cloudflare/circl v1.5.0 h1:hxIWksrX6XN5a1L2TI/h53AGPhNHoUBo+TD1ms9+pys=
github.com/cloudflare/circl v1.5.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cloudflare/circl v1.5.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDUstnC9DIo= github.com/curioswitch/go-reassign v0.3.0 h1:dh3kpQHuADL3cobV/sSGETA8DOv457dwl+fbBAhrQPs=
github.com/curioswitch/go-reassign v0.2.0/go.mod h1:x6OpXuWvgfQaMGks2BZybTngWjT84hqJfKoO8Tt/Roc= github.com/curioswitch/go-reassign v0.3.0/go.mod h1:nApPCCTtqLJN/s8HfItCcKV0jIPwluBOvZP+dsJGA88=
github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM=
github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
github.com/daixiang0/gci v0.13.5 h1:kThgmH1yBmZSBCh1EJVxQ7JsHpm5Oms0AMed/0LaH4c= github.com/daixiang0/gci v0.13.5 h1:kThgmH1yBmZSBCh1EJVxQ7JsHpm5Oms0AMed/0LaH4c=