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 (