Skip to content

Commit e1a9093

Browse files
fix(deps): update module github.com/knadh/koanf/v2 to v2.2.1 (open-telemetry#13185)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | `v2.2.0` -> `v2.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fv2/v2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fknadh%2fkoanf%2fv2/v2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fknadh%2fkoanf%2fv2/v2.2.0/v2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fv2/v2.2.0/v2.2.1?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/v2)</summary> ### [`v2.2.1`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.2.0...v2.2.1) #### What's Changed - Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/350](https://redirect.github.com/knadh/koanf/pull/350) - Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/351](https://redirect.github.com/knadh/koanf/pull/351) - Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/353](https://redirect.github.com/knadh/koanf/pull/353) - changing cliflagv2 to support variadic forcedinclude parameter by [@&open-telemetry#8203;kooroo](https://redirect.github.com/kooroo) in [https://github.com/knadh/koanf/pull/357](https://redirect.github.com/knadh/koanf/pull/357) - adds urfave/cli/v3 parser by [@&open-telemetry#8203;n0cloud](https://redirect.github.com/n0cloud) in [https://github.com/knadh/koanf/pull/361](https://redirect.github.com/knadh/koanf/pull/361) - add toggle to split nats kv on "." delimiter by [@&open-telemetry#8203;nickchomey](https://redirect.github.com/nickchomey) in [https://github.com/knadh/koanf/pull/355](https://redirect.github.com/knadh/koanf/pull/355) #### New Contributors - [@&open-telemetry#8203;kooroo](https://redirect.github.com/kooroo) made their first contribution in [https://github.com/knadh/koanf/pull/357](https://redirect.github.com/knadh/koanf/pull/357) - [@&open-telemetry#8203;n0cloud](https://redirect.github.com/n0cloud) made their first contribution in [https://github.com/knadh/koanf/pull/361](https://redirect.github.com/knadh/koanf/pull/361) - [@&open-telemetry#8203;nickchomey](https://redirect.github.com/nickchomey) made their first contribution in [https://github.com/knadh/koanf/pull/355](https://redirect.github.com/knadh/koanf/pull/355) **Full Changelog**: knadh/koanf@v2.2.0...v2.2.1 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 1245105 commit e1a9093

File tree

67 files changed

+101
-101
lines changed

Some content is hidden

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

67 files changed

+101
-101
lines changed

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
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
13-
github.com/knadh/koanf/v2 v2.2.0
13+
github.com/knadh/koanf/v2 v2.2.1
1414
github.com/spf13/cobra v1.9.1
1515
github.com/spf13/pflag v1.0.6
1616
github.com/stretchr/testify v1.10.0

cmd/builder/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.

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/json-iterator/go v1.1.12 // indirect
4646
github.com/knadh/koanf/maps v0.1.2 // indirect
4747
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
48-
github.com/knadh/koanf/v2 v2.2.0 // indirect
48+
github.com/knadh/koanf/v2 v2.2.1 // indirect
4949
github.com/mitchellh/copystructure v1.2.0 // indirect
5050
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5151
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // 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.

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/klauspost/compress v1.18.0 // indirect
6060
github.com/knadh/koanf/maps v0.1.2 // indirect
6161
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
62-
github.com/knadh/koanf/v2 v2.2.0 // indirect
62+
github.com/knadh/koanf/v2 v2.2.1 // indirect
6363
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
6464
github.com/mitchellh/copystructure v1.2.0 // indirect
6565
github.com/mitchellh/reflectwalk v1.0.2 // indirect

cmd/otelcorecol/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
@@ -15,7 +15,7 @@ require (
1515
github.com/hashicorp/go-version v1.7.0 // indirect
1616
github.com/knadh/koanf/maps v0.1.2 // indirect
1717
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
18-
github.com/knadh/koanf/v2 v2.2.0 // indirect
18+
github.com/knadh/koanf/v2 v2.2.1 // indirect
1919
github.com/mitchellh/copystructure v1.2.0 // indirect
2020
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2121
github.com/pmezard/go-difflib v1.0.0 // indirect

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.

confmap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gobwas/glob v0.2.3
88
github.com/knadh/koanf/maps v0.1.2
99
github.com/knadh/koanf/providers/confmap v1.0.0
10-
github.com/knadh/koanf/v2 v2.2.0
10+
github.com/knadh/koanf/v2 v2.2.1
1111
github.com/stretchr/testify v1.10.0
1212
go.opentelemetry.io/collector/featuregate v1.34.0
1313
go.uber.org/goleak v1.3.0

confmap/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)