From e1b6a8f2f7138147d873883fb63acde2d276dd44 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 1 Jan 2025 02:56:27 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/invop?= =?UTF-8?q?op/jsonschema=20v0.12.0=20=E2=86=92=20v0.13.0=20(clustertool)?= =?UTF-8?q?=20(#30558)?= 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/invopop/jsonschema](https://redirect.github.com/invopop/jsonschema) | require | minor | `v0.12.0` -> `v0.13.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
invopop/jsonschema (github.com/invopop/jsonschema) ### [`v0.13.0`](https://redirect.github.com/invopop/jsonschema/compare/v0.12.0...v0.13.0) [Compare Source](https://redirect.github.com/invopop/jsonschema/compare/v0.12.0...v0.13.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 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 9f79830ee98d..8beca670693f 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -11,7 +11,7 @@ require ( github.com/go-git/go-git/v5 v5.13.0 github.com/go-logr/zerologr v1.2.3 github.com/go-playground/validator/v10 v10.23.0 - github.com/invopop/jsonschema v0.12.0 + 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 diff --git a/clustertool/go.sum b/clustertool/go.sum index 551dced5a01d..1fa47afba641 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -559,6 +559,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/invopop/jsonschema v0.12.0 h1:6ovsNSuvn9wEQVOyc72aycBMVQFKz7cPdMJn10CvzRI= github.com/invopop/jsonschema v0.12.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0= +github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E= +github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=