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