Skip to content

Commit e7e589e

Browse files
Update module github.com/go-viper/mapstructure/v2 to v2.4.0 (#13392)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure) | `v2.3.0` -> `v2.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.3.0/v2.4.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>go-viper/mapstructure (github.com/go-viper/mapstructure/v2)</summary> ### [`v2.4.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.4.0) [Compare Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0) #### What's Changed - refactor: replace interface{} with any by [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/go-viper/mapstructure/pull/115](https://redirect.github.com/go-viper/mapstructure/pull/115) - build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/go-viper/mapstructure/pull/114](https://redirect.github.com/go-viper/mapstructure/pull/114)4 - Generic tests by [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/go-viper/mapstructure/pull/118](https://redirect.github.com/go-viper/mapstructure/pull/118) - Fix godoc reference link in README.md by [@&#8203;peczenyj](https://redirect.github.com/peczenyj) in [https://github.com/go-viper/mapstructure/pull/107](https://redirect.github.com/go-viper/mapstructure/pull/107) - feat: add StringToTimeLocationHookFunc to convert strings to \*time.Location by [@&#8203;ErfanMomeniii](https://redirect.github.com/ErfanMomeniii) in [https://github.com/go-viper/mapstructure/pull/117](https://redirect.github.com/go-viper/mapstructure/pull/117) - feat: add back previous StringToSlice as a weak function by [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/go-viper/mapstructure/pull/119](https://redirect.github.com/go-viper/mapstructure/pull/119) #### New Contributors - [@&#8203;ErfanMomeniii](https://redirect.github.com/ErfanMomeniii) made their first contribution in [https://github.com/go-viper/mapstructure/pull/117](https://redirect.github.com/go-viper/mapstructure/pull/117) **Full Changelog**: go-viper/mapstructure@v2.3.0...v2.4.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent a6bffc3 commit e7e589e

File tree

71 files changed

+107
-107
lines changed

Some content is hidden

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

71 files changed

+107
-107
lines changed

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/davecgh/go-spew v1.1.1 // indirect
3737
github.com/go-logr/logr v1.4.3 // indirect
3838
github.com/go-logr/stdr v1.2.2 // indirect
39-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
39+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4040
github.com/gobwas/glob v0.2.3 // indirect
4141
github.com/gogo/protobuf v1.3.2 // indirect
4242
github.com/google/uuid v1.6.0 // 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
@@ -46,7 +46,7 @@ require (
4646
github.com/go-logr/logr v1.4.3 // indirect
4747
github.com/go-logr/stdr v1.2.2 // indirect
4848
github.com/go-ole/go-ole v1.2.6 // indirect
49-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
49+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5050
github.com/gobwas/glob v0.2.3 // indirect
5151
github.com/gogo/protobuf v1.3.2 // indirect
5252
github.com/golang/snappy v1.0.0 // 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
@@ -34,7 +34,7 @@ require (
3434
github.com/fsnotify/fsnotify v1.9.0 // indirect
3535
github.com/go-logr/logr v1.4.3 // indirect
3636
github.com/go-logr/stdr v1.2.2 // indirect
37-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
37+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3838
github.com/gobwas/glob v0.2.3 // indirect
3939
github.com/gogo/protobuf v1.3.2 // indirect
4040
github.com/golang/snappy v0.0.4 // 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
@@ -37,7 +37,7 @@ require (
3737
github.com/fsnotify/fsnotify v1.9.0 // indirect
3838
github.com/go-logr/logr v1.4.3 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
40-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
40+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4141
github.com/gobwas/glob v0.2.3 // indirect
4242
github.com/gogo/protobuf v1.3.2 // indirect
4343
github.com/google/go-tpm v0.9.5 // 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.

config/confighttp/xconfighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/fsnotify/fsnotify v1.9.0 // indirect
1919
github.com/go-logr/logr v1.4.3 // indirect
2020
github.com/go-logr/stdr v1.2.2 // indirect
21-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
21+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2222
github.com/gobwas/glob v0.2.3 // indirect
2323
github.com/gogo/protobuf v1.3.2 // indirect
2424
github.com/golang/snappy v1.0.0 // indirect

config/confighttp/xconfighttp/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)