From ec2727d84d472854ec0df43c9a3936f7905f4c59 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Mar 2025 02:53:29 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20golang.org/x/cry?= =?UTF-8?q?pto=20v0.35.0=20=E2=86=92=20v0.36.0=20(clustertool)=20(#32924)?= 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.35.0` -> `v0.36.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 02c22d04d72..f18bc879597 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -20,7 +20,7 @@ require ( github.com/rs/zerolog v1.33.0 github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.2 github.com/spf13/cobra v1.9.1 - golang.org/x/crypto v0.35.0 + golang.org/x/crypto v0.36.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.17.1 k8s.io/api v0.32.2