chore(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#3012)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0 ) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
+6 -5
... | ... | @@ -21,7 +21,7 @@ require ( |
github.com/pkg/errors v0.9.1 | ||
github.com/rakyll/statik v0.1.7 | ||
github.com/spf13/cast v1.5.0 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/spf13/cobra v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.13.0 | ||
github.com/stretchr/testify v1.8.0 | ||
... | ... | @@ -168,7 +168,7 @@ require ( |
github.com/hexops/gotextdiff v1.0.3 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/improbable-eng/grpc-web v0.15.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 // indirect | ||
github.com/jgautheron/goconst v1.5.1 // indirect | ||
github.com/jingyugao/rowserrcheck v1.1.1 // indirect | ||
... | ... |
Please register or sign in to comment