1
1
module github.com/micro/go-plugins
2
2
3
3
require (
4
- cloud.google.com/go v0.40.0
5
- github.com/DataDog/zstd v1.4.0 // indirect
6
- github.com/Shopify/sarama v1.22.1
4
+ cloud.google.com/go v0.43.0
5
+ contrib.go.opencensus.io/exporter/ocagent v0.5.1 // indirect
6
+ contrib.go.opencensus.io/exporter/stackdriver v0.12.4 // indirect
7
+ contrib.go.opencensus.io/resource v0.1.2 // indirect
8
+ github.com/Azure/azure-pipeline-go v0.2.2 // indirect
9
+ github.com/Azure/azure-sdk-for-go v32.0.0+incompatible // indirect
10
+ github.com/Azure/azure-service-bus-go v0.9.1 // indirect
11
+ github.com/Azure/azure-storage-blob-go v0.7.0 // indirect
12
+ github.com/Azure/go-autorest v12.3.0+incompatible // indirect
13
+ github.com/DataDog/zstd v1.4.1 // indirect
14
+ github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190725230627-253d1edd4416 // indirect
15
+ github.com/RoaringBitmap/roaring v0.4.18 // indirect
16
+ github.com/Shopify/sarama v1.23.1
7
17
github.com/abbot/go-http-auth v0.4.1-0.20181019201920-860ed7f246ff
8
18
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
9
19
github.com/anacrolix/envpprof v1.0.0 // indirect
10
- github.com/anacrolix/missinggo v1.1.0 // indirect
20
+ github.com/anacrolix/missinggo v1.1.1 // indirect
11
21
github.com/anacrolix/sync v0.0.0-20180808010631-44578de4e778 // indirect
22
+ github.com/anacrolix/tagflag v1.0.0 // indirect
12
23
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
13
24
github.com/asim/go-awsxray v0.0.0-20161209120537-0d8a60b6e205
14
25
github.com/asim/go-bson v0.0.0-20160318195205-84522947cabd
15
- github.com/aws/aws-sdk-go v1.20.10
26
+ github.com/aws/aws-sdk-go v1.21.7
16
27
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
17
28
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
18
29
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect
19
- github.com/cenkalti/backoff v2.1 .1+incompatible // indirect
30
+ github.com/cenkalti/backoff v2.2 .1+incompatible // indirect
20
31
github.com/clbanning/x2j v0.0.0-20180326210544-5e605d46809c // indirect
21
32
github.com/coreos/bbolt v1.3.3 // indirect
22
33
github.com/coreos/etcd v3.3.13+incompatible
23
34
github.com/coreos/go-semver v0.3.0 // indirect
24
- github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
35
+ github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
25
36
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
37
+ github.com/dustin/go-humanize v1.0.0 // indirect
26
38
github.com/eapache/go-resiliency v1.2.0 // indirect
27
39
github.com/eclipse/paho.mqtt.golang v1.2.0
28
40
github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 // indirect
29
41
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect
42
+ github.com/fsouza/go-dockerclient v1.4.2 // indirect
30
43
github.com/garyburd/redigo v1.6.0 // indirect
31
44
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
45
+ github.com/glycerine/go-unsnap-stream v0.0.0-20190730064659-98d31706395a // indirect
46
+ github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
32
47
github.com/go-log/log v0.1.0
33
- github.com/go-redsync/redsync v1.2 .0
48
+ github.com/go-redsync/redsync v1.3 .0
34
49
github.com/go-stomp/stomp v2.0.3+incompatible
35
- github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
36
- github.com/golang/protobuf v1.3.1
50
+ github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
51
+ github.com/golang/protobuf v1.3.2
37
52
github.com/gomodule/redigo v2.0.0+incompatible
38
- github.com/google/gofuzz v1 .0.0 // indirect
53
+ github.com/google/pprof v0 .0.0-20190723021845-34ac40c74b70 // indirect
39
54
github.com/google/uuid v1.1.1
40
55
github.com/google/wire v0.3.0 // indirect
41
56
github.com/googleapis/gnostic v0.3.0 // indirect
42
57
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
58
+ github.com/gorilla/handlers v1.4.2 // indirect
43
59
github.com/gorilla/websocket v1.4.0
44
60
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
45
61
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
46
- github.com/grpc-ecosystem/grpc-gateway v1.9.2 // indirect
62
+ github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
47
63
github.com/hashicorp/go-hclog v0.9.2 // indirect
48
- github.com/hashicorp/vault v1.1.3
64
+ github.com/hashicorp/golang-lru v0.5.3 // indirect
65
+ github.com/hashicorp/raft v1.1.1 // indirect
66
+ github.com/hashicorp/raft-boltdb v0.0.0-20190605210249-ef2e128ed477 // indirect
67
+ github.com/hashicorp/vault v1.1.4
49
68
github.com/huandu/xstrings v1.2.0 // indirect
50
69
github.com/hudl/fargo v1.2.0
70
+ github.com/jcmturner/gofork v1.0.0 // indirect
51
71
github.com/jonboulle/clockwork v0.1.0 // indirect
72
+ github.com/json-iterator/go v1.1.7 // indirect
52
73
github.com/juju/ratelimit v1.0.1
74
+ github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
75
+ github.com/lib/pq v1.2.0 // indirect
76
+ github.com/lucas-clemente/quic-go v0.11.2 // indirect
77
+ github.com/marten-seemann/qtls v0.3.2 // indirect
53
78
github.com/micro/cli v0.2.0
54
- github.com/micro/go-micro v1.7.1-0.20190709174126-0bf54c122f2c
55
- github.com/micro/mdns v0.1.1-0.20190624125042-790ba6222fe3 // indirect
56
- github.com/micro/micro v1.7.1-0.20190709174227-b038441fa11b
79
+ github.com/micro/go-micro v1.8.0
80
+ github.com/micro/micro v1.8.0
57
81
github.com/minio/highwayhash v1.0.0
58
82
github.com/mitchellh/hashstructure v1.0.0
59
- github.com/nats-io/jwt v0.2.8 // indirect
83
+ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
84
+ github.com/nats-io/jwt v0.2.12 // indirect
85
+ github.com/nats-io/nats-server/v2 v2.0.2 // indirect
60
86
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
61
87
github.com/nats-io/nats.go v1.8.1
62
88
github.com/nats-io/stan.go v0.5.0
@@ -66,51 +92,63 @@ require (
66
92
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
67
93
github.com/prometheus/client_golang v1.0.0
68
94
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
69
- github.com/prometheus/procfs v0.0.3 // indirect
95
+ github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
96
+ github.com/rogpeppe/fastuuid v1.2.0 // indirect
70
97
github.com/rs/cors v1.6.0
71
98
github.com/ryanuber/go-glob v1.0.0 // indirect
72
99
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
73
100
github.com/sirupsen/logrus v1.4.2
74
- github.com/smartystreets/assertions v1.0.0 // indirect
75
- github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
101
+ github.com/smartystreets/assertions v1.0.1 // indirect
102
+ github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
76
103
github.com/soheilhy/cmux v0.1.4 // indirect
77
104
github.com/sony/gobreaker v0.4.1
78
105
github.com/spf13/pflag v1.0.3 // indirect
79
106
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
80
107
github.com/stretchr/testify v1.3.0
108
+ github.com/tidwall/pretty v1.0.0 // indirect
81
109
github.com/tinylib/msgp v1.1.0
82
110
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
83
111
github.com/uber-go/atomic v1.4.0 // indirect
112
+ github.com/uber/jaeger-client-go v2.16.0+incompatible // indirect
113
+ github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
84
114
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
85
115
go.etcd.io/bbolt v1.3.3 // indirect
116
+ go.mongodb.org/mongo-driver v1.0.4 // indirect
86
117
go.opencensus.io v0.22.0
87
118
go.uber.org/atomic v1.4.0 // indirect
88
119
go.uber.org/multierr v1.1.0 // indirect
89
- go.uber.org/ratelimit v0.0.0-20180316092928-c15da0234277
120
+ go.uber.org/ratelimit v0.1.0
90
121
go.uber.org/zap v1.10.0 // indirect
91
122
gocloud.dev v0.15.0
92
123
gocloud.dev/pubsub/rabbitpubsub v0.15.0
93
- golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
94
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
124
+ golang.org/x/exp v0.0.0-20190718202018-cfdd5522f6f6 // indirect
125
+ golang.org/x/image v0.0.0-20190729225735-1bd0cf576493 // indirect
126
+ golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
127
+ golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
95
128
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
96
- golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
97
129
golang.org/x/text v0.3.2
98
- golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522 // indirect
99
- google.golang.org/api v0.6.0
100
- google.golang.org/genproto v0.0.0-20190626174449-989357319d63
101
- google.golang.org/grpc v1.21.1
102
- gopkg.in/DataDog/dd-trace-go.v1 v1.15.0
130
+ golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a // indirect
131
+ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
132
+ google.golang.org/api v0.7.0
133
+ google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610
134
+ google.golang.org/grpc v1.22.1
135
+ gopkg.in/DataDog/dd-trace-go.v1 v1.16.1
103
136
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
104
137
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
105
138
gopkg.in/gcfg.v1 v1.2.3 // indirect
139
+ gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
106
140
gopkg.in/inf.v0 v0.9.1 // indirect
141
+ gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
107
142
gopkg.in/ldap.v3 v3.0.3
108
143
gopkg.in/redis.v3 v3.6.4
109
- k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
110
- k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
144
+ gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
145
+ honnef.co/go/tools v0.0.1-2019.2.2 // indirect
146
+ k8s.io/api v0.0.0-20190726022912-69e1bce1dad5
147
+ k8s.io/apimachinery v0.0.0-20190727130956-f97a4e5b4abc
111
148
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
112
149
k8s.io/klog v0.3.3 // indirect
113
- k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
150
+ k8s.io/utils v0.0.0-20190712204705-3dccf664f023 // indirect
151
+ pack.ag/amqp v0.12.0 // indirect
114
152
sigs.k8s.io/yaml v1.1.0 // indirect
115
153
)
116
154
@@ -122,6 +160,7 @@ exclude (
122
160
github.com/Sirupsen/logrus v1.4.0
123
161
github.com/Sirupsen/logrus v1.4.1
124
162
github.com/Sirupsen/logrus v1.4.2
163
+ github.com/gogo/protobuf v0.0.0-00010101000000-000000000000
125
164
sourcegraph.com/sourcegraph/go-diff v0.5.1
126
165
)
127
166
0 commit comments