fix(deps): update module github.com/knadh/koanf/v2 v2.2.0 → v2.2.1 (clustertool) (#36142)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | require | patch | `v2.2.0` -> `v2.2.1` | --- > [!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.2.1`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.2.0...v2.2.1) #### What's Changed - Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.27 in /providers/nats by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/350](https://redirect.github.com/knadh/koanf/pull/350) - Bump golang.org/x/net from 0.36.0 to 0.38.0 in /providers/consul by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/351](https://redirect.github.com/knadh/koanf/pull/351) - Bump golang.org/x/net from 0.37.0 to 0.38.0 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/353](https://redirect.github.com/knadh/koanf/pull/353) - changing cliflagv2 to support variadic forcedinclude parameter by [@​kooroo](https://redirect.github.com/kooroo) in [https://github.com/knadh/koanf/pull/357](https://redirect.github.com/knadh/koanf/pull/357) - adds urfave/cli/v3 parser by [@​n0cloud](https://redirect.github.com/n0cloud) in [https://github.com/knadh/koanf/pull/361](https://redirect.github.com/knadh/koanf/pull/361) - add toggle to split nats kv on "." delimiter by [@​nickchomey](https://redirect.github.com/nickchomey) in [https://github.com/knadh/koanf/pull/355](https://redirect.github.com/knadh/koanf/pull/355) #### New Contributors - [@​kooroo](https://redirect.github.com/kooroo) made their first contribution in [https://github.com/knadh/koanf/pull/357](https://redirect.github.com/knadh/koanf/pull/357) - [@​n0cloud](https://redirect.github.com/n0cloud) made their first contribution in [https://github.com/knadh/koanf/pull/361](https://redirect.github.com/knadh/koanf/pull/361) - [@​nickchomey](https://redirect.github.com/nickchomey) made their first contribution in [https://github.com/knadh/koanf/pull/355](https://redirect.github.com/knadh/koanf/pull/355) **Full Changelog**: https://github.com/knadh/koanf/compare/v2.2.0...v2.2.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/knadh/koanf/parsers/yaml v0.1.0
|
||||
github.com/knadh/koanf/providers/file v1.2.0
|
||||
github.com/knadh/koanf/v2 v2.2.0
|
||||
github.com/knadh/koanf/v2 v2.2.1
|
||||
github.com/leaanthony/debme v1.2.1
|
||||
github.com/rs/zerolog v1.33.0
|
||||
github.com/siderolabs/talos/pkg/machinery v1.11.0-alpha.1
|
||||
|
||||
@@ -433,6 +433,8 @@ github.com/knadh/koanf/providers/file v1.2.0 h1:hrUJ6Y9YOA49aNu/RSYzOTFlqzXSCpmY
|
||||
github.com/knadh/koanf/providers/file v1.2.0/go.mod h1:bp1PM5f83Q+TOUu10J/0ApLBd9uIzg+n9UgthfY+nRA=
|
||||
github.com/knadh/koanf/v2 v2.2.0 h1:FZFwd9bUjpb8DyCWARUBy5ovuhDs1lI87dOEn2K8UVU=
|
||||
github.com/knadh/koanf/v2 v2.2.0/go.mod h1:PSFru3ufQgTsI7IF+95rf9s8XA1+aHxKuO/W+dPoHEY=
|
||||
github.com/knadh/koanf/v2 v2.2.1 h1:jaleChtw85y3UdBnI0wCqcg1sj1gPoz6D3caGNHtrNE=
|
||||
github.com/knadh/koanf/v2 v2.2.1/go.mod h1:PSFru3ufQgTsI7IF+95rf9s8XA1+aHxKuO/W+dPoHEY=
|
||||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
||||
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
||||
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
||||
|
||||
Reference in New Issue
Block a user