Skip to content

Commit

Permalink
Bump github.com/spf13/cobra from 1.3.0 to 1.8.1
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.3.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 0de07d9 commit ca5a24c
Show file tree
Hide file tree
Showing 33 changed files with 1,540 additions and 2,432 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062
github.com/onsi/ginkgo/v2 v2.1.4
github.com/onsi/gomega v1.19.0
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.8.1
github.com/wcharczuk/go-chart v2.0.1+incompatible
google.golang.org/grpc v1.47.0
k8s.io/apimachinery v0.23.6
Expand All @@ -21,7 +21,7 @@ require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
Expand Down
586 changes: 6 additions & 580 deletions go.sum

Large diffs are not rendered by default.

208 changes: 198 additions & 10 deletions vendor/github.com/inconshreveable/mousetrap/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/inconshreveable/mousetrap/trap_others.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 16 additions & 72 deletions vendor/github.com/inconshreveable/mousetrap/trap_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 0 additions & 46 deletions vendor/github.com/inconshreveable/mousetrap/trap_windows_1.4.go

This file was deleted.

Loading

0 comments on commit ca5a24c

Please sign in to comment.