chore(deps): upgrade cobra

This commit is contained in:
2022-03-22 00:34:09 +00:00
parent 73f93f8e0b
commit bc69c016a3
2 changed files with 7 additions and 729 deletions

3
go.mod
View File

@@ -5,11 +5,12 @@ go 1.17
require (
github.com/rs/zerolog v1.26.1
github.com/sethvargo/go-envconfig v0.5.0
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/google/go-cmp v0.5.7 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)