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

This commit is contained in:
renovate[bot] 2025-10-06 09:06:04 +00:00 committed by GitHub
parent 921d688fd4
commit effd4b795f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 36 deletions

12
go.mod
View file

@ -1,12 +1,12 @@
module github.com/apricote/hcloud-upload-image
go 1.23.0
go 1.24.0
toolchain go1.25.1
require (
github.com/apricote/hcloud-upload-image/hcloudimages v1.1.0
github.com/hetznercloud/hcloud-go/v2 v2.23.0
github.com/hetznercloud/hcloud-go/v2 v2.26.0
github.com/spf13/cobra v1.10.1
)
@ -23,10 +23,10 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/crypto v0.41.0 // 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/crypto v0.42.0 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)