From 581f2da942497dc40ca19b987510bab75da5f21b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 23 Jan 2025 23:00:30 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/go-pl?= =?UTF-8?q?ayground/validator/v10=20v10.23.0=20=E2=86=92=20v10.24.0=20(clu?= =?UTF-8?q?stertool)=20(#30901)?= 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/go-playground/validator/v10](https://redirect.github.com/go-playground/validator) | require | minor | `v10.23.0` -> `v10.24.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
go-playground/validator (github.com/go-playground/validator/v10) ### [`v10.24.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.24.0): Release 10.24.0 [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.23.0...v10.24.0) #### What's Changed - MSGV additions by [@​deankarn](https://redirect.github.com/deankarn) in [https://github.com/go-playground/validator/pull/1361](https://redirect.github.com/go-playground/validator/pull/1361) The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling `net` package. **Full Changelog**: https://github.com/go-playground/validator/compare/v10.23.0...v10.24.0
--- ### 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 76127b8fb87..63ecab21c52 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -10,7 +10,7 @@ require ( github.com/getsops/sops/v3 v3.9.3 github.com/go-git/go-git/v5 v5.13.1 github.com/go-logr/zerologr v1.2.3 - github.com/go-playground/validator/v10 v10.23.0 + github.com/go-playground/validator/v10 v10.24.0 github.com/invopop/jsonschema v0.13.0 github.com/joho/godotenv v1.5.1 github.com/knadh/koanf/parsers/yaml v0.1.0