mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-02-10 03:37:04 +00:00
Compare commits
2 commits
bff2d9a979
...
15eb2f5286
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15eb2f5286 | ||
|
|
ca4a7eadc7 |
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -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.15.0
|
||||||
github.com/spf13/cobra v1.8.1
|
github.com/spf13/cobra v1.8.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.15.0
|
||||||
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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue