From 2998892a3d92885afca0332975ad82572dc4632e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 May 2025 09:27:03 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/knadh?= =?UTF-8?q?/koanf/providers/file=20v1.1.2=20=E2=86=92=20v1.2.0=20(clustert?= =?UTF-8?q?ool)=20(#35776)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/providers/file](https://redirect.github.com/knadh/koanf) | require | minor | `v1.1.2` -> `v1.2.0` | --- ### Release Notes
knadh/koanf (github.com/knadh/koanf/providers/file) ### [`v1.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v1.2.0) - [`5fc619c`](https://redirect.github.com/knadh/koanf/commit/5fc619c) Add Delim() - [`f001ae3`](https://redirect.github.com/knadh/koanf/commit/f001ae3) Merge pull request [#​98](https://redirect.github.com/knadh/koanf/issues/98) from knadh/fix-confmap-dep - [`bc5fe47`](https://redirect.github.com/knadh/koanf/commit/bc5fe47) Remove superfluous dependency on providers/confmap in the core
--- ### 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. --- - [ ] 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). --- clustertool/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index edfc31dd296..adae0f0b7a3 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -16,7 +16,7 @@ require ( github.com/invopop/jsonschema v0.13.0 github.com/joho/godotenv v1.5.1 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.2.0 github.com/knadh/koanf/v2 v2.2.0 github.com/leaanthony/debme v1.2.1 github.com/rs/zerolog v1.33.0