1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.5.0 (#7775)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure)
| `v2.4.0` → `v2.5.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.5.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.4.0/v2.5.0?slim=true)
|

---

> [!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.5.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.5.0)

[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.4.0...v2.5.0)

#### What's Changed

- Print qualified type name when ErrorUnused=true causes errors for
unused keys in embedded fields by
[@&#8203;jmacd](https://redirect.github.com/jmacd) in
[#&#8203;113](https://redirect.github.com/go-viper/mapstructure/pull/113)
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;126](https://redirect.github.com/go-viper/mapstructure/pull/126)
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;131](https://redirect.github.com/go-viper/mapstructure/pull/131)
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;129](https://redirect.github.com/go-viper/mapstructure/pull/129)
- feat: support for automatically initializing squashed pointer structs
by [@&#8203;tuunit](https://redirect.github.com/tuunit) in
[#&#8203;71](https://redirect.github.com/go-viper/mapstructure/pull/71)
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;134](https://redirect.github.com/go-viper/mapstructure/pull/134)
- build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;142](https://redirect.github.com/go-viper/mapstructure/pull/142)
- Fix slice deep map (owned) by
[@&#8203;jphastings](https://redirect.github.com/jphastings) in
[#&#8203;144](https://redirect.github.com/go-viper/mapstructure/pull/144)
- chore: fix lint violations by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;157](https://redirect.github.com/go-viper/mapstructure/pull/157)
- chore: switch to devenv by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;158](https://redirect.github.com/go-viper/mapstructure/pull/158)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;151](https://redirect.github.com/go-viper/mapstructure/pull/151)
- build(deps): bump github/codeql-action from 3.29.10 to 4.31.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;153](https://redirect.github.com/go-viper/mapstructure/pull/153)
- build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;154](https://redirect.github.com/go-viper/mapstructure/pull/154)
- build(deps): bump actions/checkout from 5.0.0 to 6.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;160](https://redirect.github.com/go-viper/mapstructure/pull/160)
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;159](https://redirect.github.com/go-viper/mapstructure/pull/159)
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;162](https://redirect.github.com/go-viper/mapstructure/pull/162)
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;161](https://redirect.github.com/go-viper/mapstructure/pull/161)
- build(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;163](https://redirect.github.com/go-viper/mapstructure/pull/163)
- feature: Add map field name to convert structs dynamically instead of
individually with a tag. by
[@&#8203;thespags](https://redirect.github.com/thespags) in
[#&#8203;149](https://redirect.github.com/go-viper/mapstructure/pull/149)
- feat(decoder): support multiple tag names in order by
[@&#8203;DarkiT](https://redirect.github.com/DarkiT) in
[#&#8203;59](https://redirect.github.com/go-viper/mapstructure/pull/59)
- feat: optional root object name by
[@&#8203;andreev-fn](https://redirect.github.com/andreev-fn) in
[#&#8203;137](https://redirect.github.com/go-viper/mapstructure/pull/137)
- Add unmarshaler interface by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;166](https://redirect.github.com/go-viper/mapstructure/pull/166)

#### New Contributors

- [@&#8203;jmacd](https://redirect.github.com/jmacd) made their first
contribution in
[#&#8203;113](https://redirect.github.com/go-viper/mapstructure/pull/113)
- [@&#8203;tuunit](https://redirect.github.com/tuunit) made their first
contribution in
[#&#8203;71](https://redirect.github.com/go-viper/mapstructure/pull/71)
- [@&#8203;jphastings](https://redirect.github.com/jphastings) made
their first contribution in
[#&#8203;144](https://redirect.github.com/go-viper/mapstructure/pull/144)
- [@&#8203;thespags](https://redirect.github.com/thespags) made their
first contribution in
[#&#8203;149](https://redirect.github.com/go-viper/mapstructure/pull/149)
- [@&#8203;DarkiT](https://redirect.github.com/DarkiT) made their first
contribution in
[#&#8203;59](https://redirect.github.com/go-viper/mapstructure/pull/59)
- [@&#8203;andreev-fn](https://redirect.github.com/andreev-fn) made
their first contribution in
[#&#8203;137](https://redirect.github.com/go-viper/mapstructure/pull/137)

**Full Changelog**:
<https://github.com/go-viper/mapstructure/compare/v2.4.0...v2.5.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-12 14:04:37 -08:00
committed by GitHub
parent 90937c42dc
commit a218dcdfb0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ require (
github.com/go-toolsmith/astp v1.1.0 // indirect github.com/go-toolsmith/astp v1.1.0 // indirect
github.com/go-toolsmith/strparse v1.1.0 // indirect github.com/go-toolsmith/strparse v1.1.0 // indirect
github.com/go-toolsmith/typep v1.1.0 // indirect github.com/go-toolsmith/typep v1.1.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
github.com/gobwas/glob v0.2.3 // indirect github.com/gobwas/glob v0.2.3 // indirect
github.com/godoc-lint/godoc-lint v0.11.1 // indirect github.com/godoc-lint/godoc-lint v0.11.1 // indirect
+2 -2
View File
@@ -193,8 +193,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ= github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ=
github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus= github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus=
github.com/go-toolsmith/typep v1.1.0/go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig= github.com/go-toolsmith/typep v1.1.0/go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig=
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs= github.com/go-viper/mapstructure/v2 v2.5.0 h1:vM5IJoUAy3d7zRSVtIwQgBj7BiWtMPfmPEgAXnvj1Ro=
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/go-viper/mapstructure/v2 v2.5.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY= github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY=
github.com/go-xmlfmt/xmlfmt v1.1.3/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= github.com/go-xmlfmt/xmlfmt v1.1.3/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM=
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y= github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=