From 249bd5a6294d50d869ca32d2e8c559af9794daf4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 6 May 2025 03:25:40 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20golang.org/x/cry?= =?UTF-8?q?pto=20v0.37.0=20=E2=86=92=20v0.38.0=20(clustertool)=20(#35100)?= 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 | |---|---|---|---| | golang.org/x/crypto | require | minor | `v0.37.0` -> `v0.38.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 4385ef71788..b3cfba1c84f 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -22,7 +22,7 @@ require ( github.com/rs/zerolog v1.33.0 github.com/siderolabs/talos/pkg/machinery v1.11.0-alpha.0 github.com/spf13/cobra v1.9.1 - golang.org/x/crypto v0.37.0 + golang.org/x/crypto v0.38.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.17.3 k8s.io/api v0.33.0