chore(deps): update module golang.org/x/crypto to v0.43.0

This commit is contained in:
renovate[bot] 2025-10-08 19:08:03 +00:00 committed by GitHub
parent 921d688fd4
commit 3b1ea23172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

View file

@ -1,13 +1,13 @@
module github.com/apricote/hcloud-upload-image/hcloudimages
go 1.23.0
go 1.24.0
toolchain go1.25.1
require (
github.com/hetznercloud/hcloud-go/v2 v2.23.0
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.41.0
golang.org/x/crypto v0.43.0
)
require (
@ -21,9 +21,9 @@ require (
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/net v0.45.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)