Skip to content

Commit

Permalink
Update module github.com/spf13/cobra to v1.3.0 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 18, 2022
1 parent 19b406d commit 61aaab9
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -3,12 +3,12 @@ module github.com/patrickdappollonio/kubectl-slice
go 1.17

require (
github.com/spf13/cobra v1.2.1
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
github.com/spf13/cobra v1.3.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit 61aaab9

Please sign in to comment.