Skip to content

Commit f1ec370

Browse files
Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#13287)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/knadh/koanf/parsers/yaml](https://redirect.github.com/knadh/koanf) | `v1.0.0` -> `v1.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fparsers%2fyaml/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fknadh%2fkoanf%2fparsers%2fyaml/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fknadh%2fkoanf%2fparsers%2fyaml/v1.0.0/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fparsers%2fyaml/v1.0.0/v1.1.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>knadh/koanf (github.com/knadh/koanf/parsers/yaml)</summary> ### [`v1.1.0`](https://redirect.github.com/knadh/koanf/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v1.0.0...v1.1.0) - [`036e4bf`](https://redirect.github.com/knadh/koanf/commit/036e4bf) Merge pull request [#&#8203;79](https://redirect.github.com/knadh/koanf/issues/79) from aeneasr/fix-memory-keyparts - [`6692d05`](https://redirect.github.com/knadh/koanf/commit/6692d05) Merge pull request [#&#8203;78](https://redirect.github.com/knadh/koanf/issues/78) from aeneasr/fix-memory-use - [`d174d00`](https://redirect.github.com/knadh/koanf/commit/d174d00) Reduce memory consumption for populateKeyParts - [`1095e5e`](https://redirect.github.com/knadh/koanf/commit/1095e5e) Significantly reduce memory use of maps.Flatten - [`7d983f3`](https://redirect.github.com/knadh/koanf/commit/7d983f3) Fix Watch() doc </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 ef18746 commit f1ec370

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cmd/builder/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module go.opentelemetry.io/collector/cmd/builder
66
go 1.23.0
77

88
require (
9-
github.com/knadh/koanf/parsers/yaml v1.0.0
9+
github.com/knadh/koanf/parsers/yaml v1.1.0
1010
github.com/knadh/koanf/providers/env v1.1.0
1111
github.com/knadh/koanf/providers/file v1.2.0
1212
github.com/knadh/koanf/providers/fs v1.0.0
@@ -31,6 +31,7 @@ require (
3131
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3232
github.com/pmezard/go-difflib v1.0.0 // indirect
3333
github.com/rogpeppe/go-internal v1.10.0 // indirect
34+
go.yaml.in/yaml/v3 v3.0.3 // indirect
3435
golang.org/x/sys v0.32.0 // indirect
3536
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3637
gopkg.in/yaml.v3 v3.0.1 // indirect

cmd/builder/go.sum

Lines changed: 4 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)