Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
6e1bfa4dc8
Merge 00dd7fb03f into 6d8d2a02df 2024-08-09 17:36:22 +00:00
renovate[bot]
00dd7fb03f
chore(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.13.1 2024-08-09 17:36:18 +00:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.22.2
require ( require (
github.com/apricote/hcloud-upload-image/hcloudimages v0.3.0 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.13.1
github.com/spf13/cobra v1.8.1 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 go 1.22.2
require ( require (
github.com/hetznercloud/hcloud-go/v2 v2.9.0 github.com/hetznercloud/hcloud-go/v2 v2.13.1
github.com/stretchr/testify v1.9.0 github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.24.0 golang.org/x/crypto v0.24.0
) )