fix(deps): update module github.com/knadh/koanf/v2 v2.1.2 → v2.2.0 (clustertool) (#34400)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | require | minor | `v2.1.2` -> `v2.2.0` | --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/v2)</summary> ### [`v2.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.1.2...v2.2.0) This release sets the min required Go version to v1.23.0 An increasing number of important updates to various deps, including golang.org/x/\*, require go >= 1.23.0. It is now untenable to maintain support for older Go versions. This does not break existing installations, just that further updates will only be available to newer Go versions. #### What's Changed - Update CI by [@​StefMa](https://redirect.github.com/StefMa) in [https://github.com/knadh/koanf/pull/332](https://redirect.github.com/knadh/koanf/pull/332) - Fix typos by [@​NathanBaulch](https://redirect.github.com/NathanBaulch) in [https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336) - adds urfave/cli/v2 flag parser by [@​joicemjoseph](https://redirect.github.com/joicemjoseph) in [https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330) - Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/consul by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/342](https://redirect.github.com/knadh/koanf/pull/342) - Added support for Azure Keyvault by [@​arawin1979](https://redirect.github.com/arawin1979) in [https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343) - Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/348](https://redirect.github.com/knadh/koanf/pull/348) - Bump golang.org/x/crypto from 0.17.0 to 0.35.0 in /providers/nats by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/347](https://redirect.github.com/knadh/koanf/pull/347) - Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/346](https://redirect.github.com/knadh/koanf/pull/346) - Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/344](https://redirect.github.com/knadh/koanf/pull/344) - Upgrade min Go version and deps across all providers and parsers by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/349](https://redirect.github.com/knadh/koanf/pull/349) #### New Contributors - [@​NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336) - [@​joicemjoseph](https://redirect.github.com/joicemjoseph) made their first contribution in [https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330) - [@​arawin1979](https://redirect.github.com/arawin1979) made their first contribution in [https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343) **Full Changelog**: https://github.com/knadh/koanf/compare/v2.1.2...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ require (
|
|||||||
github.com/joho/godotenv v1.5.1
|
github.com/joho/godotenv v1.5.1
|
||||||
github.com/knadh/koanf/parsers/yaml v0.1.0
|
github.com/knadh/koanf/parsers/yaml v0.1.0
|
||||||
github.com/knadh/koanf/providers/file v1.1.2
|
github.com/knadh/koanf/providers/file v1.1.2
|
||||||
github.com/knadh/koanf/v2 v2.1.2
|
github.com/knadh/koanf/v2 v2.2.0
|
||||||
github.com/leaanthony/debme v1.2.1
|
github.com/leaanthony/debme v1.2.1
|
||||||
github.com/rs/zerolog v1.33.0
|
github.com/rs/zerolog v1.33.0
|
||||||
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.2
|
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.2
|
||||||
|
|||||||
Reference in New Issue
Block a user