You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-09-16 09:26:25 +02:00
chore(deps): update module github.com/rogpeppe/go-internal to v1.14.1 (#7283)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/rogpeppe/go-internal](https://redirect.github.com/rogpeppe/go-internal) | `v1.13.1` -> `v1.14.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](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>rogpeppe/go-internal (github.com/rogpeppe/go-internal)</summary> ### [`v1.14.1`](https://redirect.github.com/rogpeppe/go-internal/releases/tag/v1.14.1) [Compare Source](https://redirect.github.com/rogpeppe/go-internal/compare/v1.14.0...v1.14.1) #### What's Changed - testscript: remove temp dirs when finishing once again by [@​mvdan](https://redirect.github.com/mvdan) in [#​290](https://redirect.github.com/rogpeppe/go-internal/pull/290) **Full Changelog**: <https://github.com/rogpeppe/go-internal/compare/v1.14.0...v1.14.1> ### [`v1.14.0`](https://redirect.github.com/rogpeppe/go-internal/releases/tag/v1.14.0) [Compare Source](https://redirect.github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.0) ##### What's Changed - Bump Go dependencies by [@​lucacome](https://redirect.github.com/lucacome) in [#​266](https://redirect.github.com/rogpeppe/go-internal/pull/266) - diff,misspell: fix typos in comments by [@​alexandear](https://redirect.github.com/alexandear) in [#​282](https://redirect.github.com/rogpeppe/go-internal/pull/282) - testscript: phase out `func() int` in RunMain by [@​mvdan](https://redirect.github.com/mvdan) in [#​281](https://redirect.github.com/rogpeppe/go-internal/pull/281) - add Go 1.24.x, drop 1.22.x by [@​mvdan](https://redirect.github.com/mvdan) in [#​288](https://redirect.github.com/rogpeppe/go-internal/pull/288) ##### New Contributors - [@​lucacome](https://redirect.github.com/lucacome) made their first contribution in [#​266](https://redirect.github.com/rogpeppe/go-internal/pull/266) - [@​alexandear](https://redirect.github.com/alexandear) made their first contribution in [#​282](https://redirect.github.com/rogpeppe/go-internal/pull/282) **Full Changelog**: <https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ require (
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
||||
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
||||
go.opentelemetry.io/collector/featuregate v1.40.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
|
@@ -32,8 +32,8 @@ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFd
|
||||
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
|
||||
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
|
||||
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
|
||||
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
|
||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
||||
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
||||
|
Reference in New Issue
Block a user