Skip to content

Commit

Permalink
fix(deps): update module github.com/spf13/cobra to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 2, 2021
1 parent d12d268 commit 3029624
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 4 deletions.
24 changes: 20 additions & 4 deletions go.mod
Expand Up @@ -6,12 +6,21 @@ require (
github.com/briandowns/spinner v1.13.0
github.com/charmbracelet/bubbletea v0.14.0
github.com/charmbracelet/lipgloss v0.2.1
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
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/jwalton/gchalk v1.0.3
github.com/kr/text v0.2.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
Expand All @@ -20,22 +29,29 @@ require (
github.com/mattn/go-isatty v0.0.13
github.com/mholt/archiver/v3 v3.5.0
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/muesli/termenv v0.8.1 // indirect
github.com/pbnjay/memory v0.0.0-20201129165224-b12e5d931931 // indirect
github.com/pelletier/go-toml v1.9.1
github.com/pbnjay/memory v0.0.0-20201129165224-b12e5d931931
github.com/pelletier/go-toml v1.9.3
github.com/prometheus/client_golang v0.9.3 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.1
github.com/stoewer/go-strcase v1.2.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
github.com/zalando/go-keyring v0.1.1
go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

Expand Down

0 comments on commit 3029624

Please sign in to comment.