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

This commit is contained in:
renovate[bot] 2024-10-31 22:32:50 +00:00 committed by GitHub
parent 6d8d2a02df
commit ca4a7eadc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.22.2
require (
github.com/apricote/hcloud-upload-image/hcloudimages v0.3.0
github.com/hetznercloud/hcloud-go/v2 v2.9.0
github.com/hetznercloud/hcloud-go/v2 v2.15.0
github.com/spf13/cobra v1.8.1
)

View file

@ -3,7 +3,7 @@ module github.com/apricote/hcloud-upload-image/hcloudimages
go 1.22.2
require (
github.com/hetznercloud/hcloud-go/v2 v2.9.0
github.com/hetznercloud/hcloud-go/v2 v2.15.0
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.24.0
)