Skip to content

Commit 036e3a2

Browse files
fix(deps): update module github.com/spf13/cobra to v1.3.0 (#541)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c226c78 commit 036e3a2

File tree

2 files changed

+130
-19
lines changed

2 files changed

+130
-19
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
github.com/go-openapi/runtime v0.21.0
99
github.com/go-openapi/strfmt v0.21.1
1010
github.com/pkg/errors v0.9.1
11-
github.com/spf13/cobra v1.2.1
11+
github.com/spf13/cobra v1.3.0
1212
github.com/spf13/pflag v1.0.5
13-
github.com/spf13/viper v1.9.0
13+
github.com/spf13/viper v1.10.0
1414
github.com/stretchr/testify v1.7.0
1515
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
1616
)

0 commit comments

Comments
 (0)