Skip to content

Commit 84a98cb

Browse files
Update module go.yaml.in/yaml/v3 to v3.0.5 (#15669)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [go.yaml.in/yaml/v3](https://redirect.github.com/yaml/go-yaml) | `v3.0.4` → `v3.0.5` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.yaml.in%2fyaml%2fv3/v3.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.yaml.in%2fyaml%2fv3/v3.0.4/v3.0.5?slim=true) | --- ### Release Notes <details> <summary>yaml/go-yaml (go.yaml.in/yaml/v3)</summary> ### [`v3.0.5`](https://redirect.github.com/yaml/go-yaml/compare/v3.0.4...v3.0.5) [Compare Source](https://redirect.github.com/yaml/go-yaml/compare/v3.0.4...v3.0.5) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 2411ffc commit 84a98cb

88 files changed

Lines changed: 133 additions & 135 deletions

File tree

Some content is hidden

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

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
go.uber.org/goleak v1.3.0
1818
go.uber.org/multierr v1.11.0
1919
go.uber.org/zap v1.28.0
20-
go.yaml.in/yaml/v3 v3.0.4
20+
go.yaml.in/yaml/v3 v3.0.5
2121
golang.org/x/mod v0.38.0
2222
)
2323

cmd/builder/go.sum

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

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
go.uber.org/goleak v1.3.0
4646
go.uber.org/multierr v1.11.0
4747
go.uber.org/zap v1.28.0
48-
go.yaml.in/yaml/v3 v3.0.4
48+
go.yaml.in/yaml/v3 v3.0.5
4949
golang.org/x/text v0.40.0
5050
)
5151

cmd/mdatagen/go.sum

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

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ require (
168168
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
169169
go.uber.org/multierr v1.11.0 // indirect
170170
go.uber.org/zap v1.28.0 // indirect
171-
go.yaml.in/yaml/v3 v3.0.4 // indirect
171+
go.yaml.in/yaml/v3 v3.0.5 // indirect
172172
golang.org/x/crypto v0.54.0 // indirect
173173
golang.org/x/exp v0.0.0-20260527015227-08cc5374adb3 // indirect
174174
golang.org/x/net v0.57.0 // indirect

cmd/otelcorecol/go.sum

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

cmd/schemagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/iancoleman/strcase v0.3.0
77
github.com/stretchr/testify v1.11.1
8-
go.yaml.in/yaml/v3 v3.0.4
8+
go.yaml.in/yaml/v3 v3.0.5
99
golang.org/x/tools v0.48.0
1010
)
1111

cmd/schemagen/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.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
go.opentelemetry.io/otel/trace v1.44.0 // indirect
6464
go.uber.org/multierr v1.11.0 // indirect
6565
go.uber.org/zap v1.28.0 // indirect
66-
go.yaml.in/yaml/v3 v3.0.4 // indirect
66+
go.yaml.in/yaml/v3 v3.0.5 // indirect
6767
golang.org/x/crypto v0.52.0 // indirect
6868
golang.org/x/net v0.55.0 // indirect
6969
golang.org/x/sys v0.45.0 // indirect

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.

0 commit comments

Comments
 (0)