From 820cb2483fbaa45433ef189a0db070ef0c0d52e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:09:54 +0000 Subject: [PATCH] chore(deps): update module golang.org/x/crypto to v0.35.0 [security] --- go.mod | 2 +- hcloudimages/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c571bc8..87da34d 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.10.0 // indirect - golang.org/x/crypto v0.30.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/net v0.30.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect diff --git a/hcloudimages/go.mod b/hcloudimages/go.mod index 060bd1e..fe8ee22 100644 --- a/hcloudimages/go.mod +++ b/hcloudimages/go.mod @@ -5,7 +5,7 @@ go 1.22.2 require ( github.com/hetznercloud/hcloud-go/v2 v2.17.0 github.com/stretchr/testify v1.10.0 - golang.org/x/crypto v0.30.0 + golang.org/x/crypto v0.35.0 ) require (