Skip to content

Commit 0fb4f2e

Browse files
Update module go.yaml.in/yaml/v3 to v3.0.4 (open-telemetry#13311)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.yaml.in/yaml/v3](https://redirect.github.com/yaml/go-yaml) | `v3.0.3` -> `v3.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.yaml.in%2fyaml%2fv3/v3.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.yaml.in%2fyaml%2fv3/v3.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.yaml.in%2fyaml%2fv3/v3.0.3/v3.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.yaml.in%2fyaml%2fv3/v3.0.3/v3.0.4?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>yaml/go-yaml (go.yaml.in/yaml/v3)</summary> ### [`v3.0.4`](https://redirect.github.com/yaml/go-yaml/compare/v3.0.3...v3.0.4) [Compare Source](https://redirect.github.com/yaml/go-yaml/compare/v3.0.3...v3.0.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 6408887 commit 0fb4f2e

File tree

54 files changed

+84
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+84
-83
lines changed

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require (
6969
go.opentelemetry.io/otel/log v0.13.0 // indirect
7070
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
7171
go.uber.org/multierr v1.11.0 // indirect
72-
go.yaml.in/yaml/v3 v3.0.3 // indirect
72+
go.yaml.in/yaml/v3 v3.0.4 // indirect
7373
golang.org/x/net v0.39.0 // indirect
7474
golang.org/x/sys v0.33.0 // indirect
7575
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect

cmd/mdatagen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configgrpc/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/xconfighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configopaque/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/stretchr/testify v1.10.0
77
go.uber.org/goleak v1.3.0
8-
go.yaml.in/yaml/v3 v3.0.3
8+
go.yaml.in/yaml/v3 v3.0.4
99
)
1010

1111
require (

config/configopaque/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configoptional/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
go.opentelemetry.io/collector/featuregate v1.35.0 // indirect
2323
go.uber.org/multierr v1.11.0 // indirect
2424
go.uber.org/zap v1.27.0 // indirect
25-
go.yaml.in/yaml/v3 v3.0.3 // indirect
25+
go.yaml.in/yaml/v3 v3.0.4 // indirect
2626
gopkg.in/yaml.v3 v3.0.1 // indirect
2727
)
2828

config/configoptional/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configtls/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)