From f9e6f2a2ab16f9e8a30196dc3b4c01b23372dd4f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 11 Jul 2025 02:51:02 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20golang.org/x/cry?= =?UTF-8?q?pto=20v0.39.0=20=E2=86=92=20v0.40.0=20(clustertool)=20(#37395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | golang.org/x/crypto | `v0.39.0` -> `v0.40.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 20cc1d46c32..ebb461ffe84 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -20,7 +20,7 @@ require ( github.com/rs/zerolog v1.34.0 github.com/siderolabs/talos/pkg/machinery v1.11.0-alpha.3 github.com/spf13/cobra v1.9.1 - golang.org/x/crypto v0.39.0 + golang.org/x/crypto v0.40.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.18.4 k8s.io/api v0.33.2