Skip to content

Commit ca8a4b5

Browse files
committed
fix(deps): update module github.com/spf13/cobra to v1
1 parent 4c8a5d9 commit ca8a4b5

File tree

2 files changed

+504
-6
lines changed

2 files changed

+504
-6
lines changed

go.mod

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,56 @@ require (
55
github.com/DataDog/datadog-go v4.8.3+incompatible
66
github.com/Microsoft/go-winio v0.5.0 // indirect
77
github.com/armon/go-metrics v0.3.10
8+
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect
89
github.com/bugsnag/bugsnag-go/v2 v2.1.2
10+
github.com/coreos/bbolt v1.3.2 // indirect
11+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
12+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
913
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1014
github.com/go-chi/chi v4.0.2+incompatible
1115
github.com/go-sql-driver/mysql v1.5.0 // indirect
16+
github.com/gorilla/websocket v1.4.2 // indirect
1217
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
18+
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
19+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
1320
github.com/hashicorp/go-uuid v1.0.2 // indirect
1421
github.com/joho/godotenv v1.4.0
22+
github.com/jonboulle/clockwork v0.1.0 // indirect
1523
github.com/kelseyhightower/envconfig v1.4.0
1624
github.com/kr/text v0.2.0 // indirect
1725
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
1826
github.com/nats-io/nats.go v1.8.1
1927
github.com/nats-io/stan.go v0.5.0
2028
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2129
github.com/opentracing/opentracing-go v1.2.0
22-
github.com/pelletier/go-toml v1.7.0 // indirect
2330
github.com/philhofer/fwd v1.0.0 // indirect
2431
github.com/pkg/errors v0.9.1
32+
github.com/prometheus/tsdb v0.7.1 // indirect
2533
github.com/rs/cors v1.6.0
2634
github.com/satori/go.uuid v1.2.0
2735
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
2836
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
2937
github.com/sirupsen/logrus v1.8.1
30-
github.com/spf13/afero v1.2.2 // indirect
31-
github.com/spf13/cobra v0.0.7
38+
github.com/smartystreets/goconvey v1.6.4 // indirect
39+
github.com/soheilhy/cmux v0.1.4 // indirect
40+
github.com/spf13/cobra v1.3.0
3241
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3342
github.com/spf13/pflag v1.0.5
34-
github.com/spf13/viper v1.7.1
43+
github.com/spf13/viper v1.10.0
3544
github.com/stretchr/testify v1.7.0
3645
github.com/tidwall/pretty v1.0.1 // indirect
46+
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
47+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
3748
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
3849
go.mongodb.org/mongo-driver v1.8.2
39-
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
50+
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
4051
gopkg.in/DataDog/dd-trace-go.v1 v1.34.0
4152
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
4253
gopkg.in/launchdarkly/go-sdk-common.v2 v2.5.0
4354
gopkg.in/launchdarkly/go-server-sdk.v5 v5.8.1
55+
gopkg.in/resty.v1 v1.12.0 // indirect
4456
gopkg.in/segmentio/analytics-go.v3 v3.1.0
45-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
57+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
4658
)
4759

4860
go 1.15

0 commit comments

Comments
 (0)