From 81e76cee62a506385318100e3f4a5d831e6f2d5f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 6 Nov 2024 13:14:37 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/knadh?= =?UTF-8?q?/koanf/v2=20v2.1.1=20=E2=86=92=20v2.1.2=20(clustertool)=20(#289?= =?UTF-8?q?05)?= 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/v2](https://redirect.github.com/knadh/koanf) | require | patch | `v2.1.1` -> `v2.1.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
knadh/koanf (github.com/knadh/koanf/v2) ### [`v2.1.2`](https://redirect.github.com/knadh/koanf/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.1.1...v2.1.2) #### What's Changed - chore: Update godoc URL in README by [@​rhnvrm](https://redirect.github.com/rhnvrm) in [https://github.com/knadh/koanf/pull/279](https://redirect.github.com/knadh/koanf/pull/279) - Add support for parser TOML v2 spec by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/286](https://redirect.github.com/knadh/koanf/pull/286) - Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/consul by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/289](https://redirect.github.com/knadh/koanf/pull/289) - Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/288](https://redirect.github.com/knadh/koanf/pull/288) - Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/290](https://redirect.github.com/knadh/koanf/pull/290) - Bump golang.org/x/net from 0.17.0 to 0.23.0 in /providers/etcd by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/287](https://redirect.github.com/knadh/koanf/pull/287) - upgrade toml v2 package to 2.2.2 by [@​GreyXor](https://redirect.github.com/GreyXor) in [https://github.com/knadh/koanf/pull/292](https://redirect.github.com/knadh/koanf/pull/292) - Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/301](https://redirect.github.com/knadh/koanf/pull/301) - Upgrade fsnotify lib in file provider. by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/302](https://redirect.github.com/knadh/koanf/pull/302) - Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/303](https://redirect.github.com/knadh/koanf/pull/303) - Add `Unwatch()` to file provider. by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/306](https://redirect.github.com/knadh/koanf/pull/306) - docs: Improve marshal section by [@​bersace](https://redirect.github.com/bersace) in [https://github.com/knadh/koanf/pull/311](https://redirect.github.com/knadh/koanf/pull/311) - fix(basicflag): option not apply by [@​qianlongzt](https://redirect.github.com/qianlongzt) in [https://github.com/knadh/koanf/pull/322](https://redirect.github.com/knadh/koanf/pull/322) - Fix incorrect unflatten in env provider. Closes [#​319](https://redirect.github.com/knadh/koanf/issues/319). by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/324](https://redirect.github.com/knadh/koanf/pull/324) - fix: update file watch to trigger callback after symbolic link changes by [@​jondavidnd1](https://redirect.github.com/jondavidnd1) in [https://github.com/knadh/koanf/pull/326](https://redirect.github.com/knadh/koanf/pull/326) - Update mapstructure to a stable version by [@​StefMa](https://redirect.github.com/StefMa) in [https://github.com/knadh/koanf/pull/331](https://redirect.github.com/knadh/koanf/pull/331) #### New Contributors - [@​bersace](https://redirect.github.com/bersace) made their first contribution in [https://github.com/knadh/koanf/pull/311](https://redirect.github.com/knadh/koanf/pull/311) - [@​qianlongzt](https://redirect.github.com/qianlongzt) made their first contribution in [https://github.com/knadh/koanf/pull/322](https://redirect.github.com/knadh/koanf/pull/322) - [@​jondavidnd1](https://redirect.github.com/jondavidnd1) made their first contribution in [https://github.com/knadh/koanf/pull/326](https://redirect.github.com/knadh/koanf/pull/326) - [@​StefMa](https://redirect.github.com/StefMa) made their first contribution in [https://github.com/knadh/koanf/pull/331](https://redirect.github.com/knadh/koanf/pull/331) **Full Changelog**: https://github.com/knadh/koanf/compare/v2.1.1...v2.1.2
--- ### 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 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 599781441d5..7effb38f40d 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -14,7 +14,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.1.2 - github.com/knadh/koanf/v2 v2.1.1 + github.com/knadh/koanf/v2 v2.1.2 github.com/leaanthony/debme v1.2.1 github.com/rs/zerolog v1.33.0 github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.0 diff --git a/clustertool/go.sum b/clustertool/go.sum index f313ebf68a9..7324e8490be 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -450,6 +450,8 @@ github.com/knadh/koanf/providers/file v1.1.2 h1:aCC36YGOgV5lTtAFz2qkgtWdeQsgfxUk github.com/knadh/koanf/providers/file v1.1.2/go.mod h1:/faSBcv2mxPVjFrXck95qeoyoZ5myJ6uxN8OOVNJJCI= github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM= github.com/knadh/koanf/v2 v2.1.1/go.mod h1:4mnTRbZCK+ALuBXHZMjDfG9y714L7TykVnZkXbMU3Es= +github.com/knadh/koanf/v2 v2.1.2 h1:I2rtLRqXRy1p01m/utEtpZSSA6dcJbgGVuE27kW2PzQ= +github.com/knadh/koanf/v2 v2.1.2/go.mod h1:Gphfaen0q1Fc1HTgJgSTC4oRX9R2R5ErYMZJy8fLJBo= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=