Skip to content

Commit

Permalink
Update module github.com/spf13/cobra to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent cea96a3 commit a978959
Show file tree
Hide file tree
Showing 2 changed files with 680 additions and 4 deletions.
18 changes: 14 additions & 4 deletions go.mod
Expand Up @@ -6,18 +6,28 @@ require (
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1 // indirect
github.com/codegangsta/envy v0.0.0-20141216192214-4b78388c8ce4 // indirect
github.com/codegangsta/gin v0.0.0-20171026143024-cafe2ce98974 // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/getsentry/sentry-go v0.5.1
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/kataras/iris/v12 v12.1.8
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-shellwords v1.0.10 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.6.2
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/valyala/fasthttp v1.9.0 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
)

0 comments on commit a978959

Please sign in to comment.