Update cobra to v1.4.0

This commit is contained in:
2022-03-28 14:51:03 +02:00
parent 16ac9bdcc1
commit 42ba67645b
2 changed files with 5 additions and 735 deletions

4
go.mod
View File

@@ -4,7 +4,9 @@ go 1.16
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/spf13/cobra v1.3.0
github.com/kr/pretty v0.2.0 // indirect
github.com/spf13/cobra v1.4.0
golang.org/x/mod v0.5.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)