Skip to content

Commit 912099e

Browse files
renovate[bot]opentelemetrybotcodeboten
authored
Update module github.com/knadh/koanf/v2 to v2.1.1 (#9912)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/knadh/koanf/v2](https://togithub.com/knadh/koanf) | `v2.1.0` -> `v2.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fv2/v2.1.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.1.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.1.0/v2.1.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.1.0/v2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/v2)</summary> ### [`v2.1.1`](https://togithub.com/knadh/koanf/releases/tag/v2.1.1) [Compare Source](https://togithub.com/knadh/koanf/compare/v2.1.0...v2.1.1) #### What's Changed - fix: run submodule tests by [@&#8203;rhnvrm](https://togithub.com/rhnvrm) in [https://github.com/knadh/koanf/pull/276](https://togithub.com/knadh/koanf/pull/276) - Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/knadh/koanf/pull/282](https://togithub.com/knadh/koanf/pull/282) - Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/etcd by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/knadh/koanf/pull/281](https://togithub.com/knadh/koanf/pull/281) - Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/nats by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/knadh/koanf/pull/280](https://togithub.com/knadh/koanf/pull/280) - feat: add ParserEnvWithValue by [@&#8203;tlipoca9](https://togithub.com/tlipoca9) in [https://github.com/knadh/koanf/pull/284](https://togithub.com/knadh/koanf/pull/284) - Fix map unflattening no-delimiter behaviour by [@&#8203;knadh](https://togithub.com/knadh) in [https://github.com/knadh/koanf/pull/278](https://togithub.com/knadh/koanf/pull/278) #### New Contributors - [@&#8203;tlipoca9](https://togithub.com/tlipoca9) made their first contribution in [https://github.com/knadh/koanf/pull/284](https://togithub.com/knadh/koanf/pull/284) **Full Changelog**: knadh/koanf@v2.1.0...v2.1.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 1db1287 commit 912099e

File tree

77 files changed

+116
-116
lines changed

Some content is hidden

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

77 files changed

+116
-116
lines changed

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/knadh/koanf/providers/env v0.1.0
1212
github.com/knadh/koanf/providers/file v0.1.0
1313
github.com/knadh/koanf/providers/fs v0.1.0
14-
github.com/knadh/koanf/v2 v2.1.0
14+
github.com/knadh/koanf/v2 v2.1.1
1515
github.com/spf13/cobra v1.8.0
1616
github.com/spf13/pflag v1.0.5
1717
github.com/stretchr/testify v1.9.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
@@ -33,7 +33,7 @@ require (
3333
github.com/json-iterator/go v1.1.12 // indirect
3434
github.com/knadh/koanf/maps v0.1.1 // indirect
3535
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
36-
github.com/knadh/koanf/v2 v2.1.0 // indirect
36+
github.com/knadh/koanf/v2 v2.1.1 // indirect
3737
github.com/mitchellh/copystructure v1.2.0 // indirect
3838
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3939
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
@@ -53,7 +53,7 @@ require (
5353
github.com/klauspost/compress v1.17.8 // indirect
5454
github.com/knadh/koanf/maps v0.1.1 // indirect
5555
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
56-
github.com/knadh/koanf/v2 v2.1.0 // indirect
56+
github.com/knadh/koanf/v2 v2.1.1 // indirect
5757
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
5858
github.com/mitchellh/copystructure v1.2.0 // indirect
5959
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.

component/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/golang/protobuf v1.5.3 // indirect
3333
github.com/knadh/koanf/maps v0.1.1 // indirect
3434
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
35-
github.com/knadh/koanf/v2 v2.1.0 // indirect
35+
github.com/knadh/koanf/v2 v2.1.1 // indirect
3636
github.com/mitchellh/copystructure v1.2.0 // indirect
3737
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3838
github.com/pmezard/go-difflib v1.0.0 // indirect

component/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/configauth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/golang/protobuf v1.5.3 // indirect
1818
github.com/knadh/koanf/maps v0.1.1 // indirect
1919
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
20-
github.com/knadh/koanf/v2 v2.1.0 // indirect
20+
github.com/knadh/koanf/v2 v2.1.1 // indirect
2121
github.com/mitchellh/copystructure v1.2.0 // indirect
2222
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2323
github.com/pmezard/go-difflib v1.0.0 // indirect

config/configauth/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)