[skip changelog] Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2642)
* [skip changelog] Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Updated licence cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
Showing
... | ... | @@ -30,7 +30,7 @@ require ( |
github.com/rogpeppe/go-internal v1.12.0 | ||
github.com/schollz/closestmatch v2.1.0+incompatible | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
... | ... | @@ -50,7 +50,7 @@ require ( |
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/creack/goselect v0.1.2 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
... | ... |
Please register or sign in to comment