chore(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.33.0 (#133)

This commit is contained in:
renovate[bot] 2025-12-22 14:50:53 +01:00 committed by GitHub
parent c4c86073ae
commit 0280f677e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 34 deletions

10
go.mod
View file

@ -6,7 +6,7 @@ toolchain go1.25.5
require (
github.com/apricote/hcloud-upload-image/hcloudimages v1.2.0
github.com/hetznercloud/hcloud-go/v2 v2.29.0
github.com/hetznercloud/hcloud-go/v2 v2.33.0
github.com/spf13/cobra v1.10.2
)
@ -24,9 +24,9 @@ require (
github.com/spf13/pflag v1.0.9 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)