mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
chore(deps): update module github.com/spf13/cobra to v1.10.2 (#140)
This commit is contained in:
parent
bafcd0c57b
commit
a73c1e4758
2 changed files with 6 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -7,7 +7,7 @@ toolchain go1.25.4
|
|||
require (
|
||||
github.com/apricote/hcloud-upload-image/hcloudimages v1.2.0
|
||||
github.com/hetznercloud/hcloud-go/v2 v2.29.0
|
||||
github.com/spf13/cobra v1.10.1
|
||||
github.com/spf13/cobra v1.10.2
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -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
|
||||
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
|
||||
google.golang.org/protobuf v1.36.8 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue