Skip to content

Commit f1bf9c3

Browse files
fix(deps): update module github.com/knadh/koanf/v2 to v2.3.2 (#14482)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | `v2.3.0` → `v2.3.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fv2/v2.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fv2/v2.3.0/v2.3.2?slim=true) | --- > [!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.3.2`](https://redirect.github.com/knadh/koanf/releases/tag/v2.3.2) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.3.1...v2.3.2) #### What's Changed - fix: preserve nil pointer types in Get() method by [@&#8203;Asakuri](https://redirect.github.com/Asakuri) in [#&#8203;397](https://redirect.github.com/knadh/koanf/pull/397) #### New Contributors - [@&#8203;Asakuri](https://redirect.github.com/Asakuri) made their first contribution in [#&#8203;397](https://redirect.github.com/knadh/koanf/pull/397) **Full Changelog**: <knadh/koanf@v2.3.1...v2.3.2> ### [`v2.3.1`](https://redirect.github.com/knadh/koanf/releases/tag/v2.3.1) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.3.0...v2.3.1) #### What's Changed - providers/cliflagv3: Set the flags if they have a default value by [@&#8203;xescugc](https://redirect.github.com/xescugc) in [#&#8203;382](https://redirect.github.com/knadh/koanf/pull/382) - fix panic in dotenv parser when callback function is not provided by [@&#8203;nilsocket](https://redirect.github.com/nilsocket) in [#&#8203;387](https://redirect.github.com/knadh/koanf/pull/387) - Bump golang.org/x/crypto from 0.40.0 to 0.45.0 in /providers/kiln by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;391](https://redirect.github.com/knadh/koanf/pull/391) - Bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /providers/nats by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;390](https://redirect.github.com/knadh/koanf/pull/390) - refactor `interface{}` to `any` by [@&#8203;nilsocket](https://redirect.github.com/nilsocket) in [#&#8203;385](https://redirect.github.com/knadh/koanf/pull/385) - fix: pass event to callback instead of nil when file changes detected by [@&#8203;josepdcs](https://redirect.github.com/josepdcs) in [#&#8203;384](https://redirect.github.com/knadh/koanf/pull/384) #### New Contributors - [@&#8203;xescugc](https://redirect.github.com/xescugc) made their first contribution in [#&#8203;382](https://redirect.github.com/knadh/koanf/pull/382) - [@&#8203;nilsocket](https://redirect.github.com/nilsocket) made their first contribution in [#&#8203;387](https://redirect.github.com/knadh/koanf/pull/387) - [@&#8203;josepdcs](https://redirect.github.com/josepdcs) made their first contribution in [#&#8203;384](https://redirect.github.com/knadh/koanf/pull/384) **Full Changelog**: <knadh/koanf@v2.3.0...v2.3.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 76c6e02 commit f1bf9c3

File tree

79 files changed

+119
-119
lines changed

Some content is hidden

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

79 files changed

+119
-119
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/v2 v2.0.0
1111
github.com/knadh/koanf/providers/file v1.2.1
1212
github.com/knadh/koanf/providers/fs v1.0.0
13-
github.com/knadh/koanf/v2 v2.3.0
13+
github.com/knadh/koanf/v2 v2.3.2
1414
github.com/spf13/cobra v1.10.2
1515
github.com/spf13/pflag v1.0.10
1616
github.com/stretchr/testify v1.11.1

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
@@ -49,7 +49,7 @@ require (
4949
github.com/json-iterator/go v1.1.12 // indirect
5050
github.com/knadh/koanf/maps v0.1.2 // indirect
5151
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
52-
github.com/knadh/koanf/v2 v2.3.0 // indirect
52+
github.com/knadh/koanf/v2 v2.3.2 // indirect
5353
github.com/mitchellh/copystructure v1.2.0 // indirect
5454
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5555
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
@@ -58,7 +58,7 @@ require (
5858
github.com/klauspost/compress v1.18.3 // indirect
5959
github.com/knadh/koanf/maps v0.1.2 // indirect
6060
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
61-
github.com/knadh/koanf/v2 v2.3.0 // indirect
61+
github.com/knadh/koanf/v2 v2.3.2 // indirect
6262
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
6363
github.com/mitchellh/copystructure v1.2.0 // indirect
6464
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/configgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/klauspost/compress v1.17.9 // 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.3.0 // indirect
48+
github.com/knadh/koanf/v2 v2.3.2 // 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

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.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/json-iterator/go v1.1.12 // indirect
5353
github.com/knadh/koanf/maps v0.1.2 // indirect
5454
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
55-
github.com/knadh/koanf/v2 v2.3.0 // indirect
55+
github.com/knadh/koanf/v2 v2.3.2 // indirect
5656
github.com/mitchellh/copystructure v1.2.0 // indirect
5757
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5858
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

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.

0 commit comments

Comments
 (0)