forked from st3v/go-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
138 lines (135 loc) · 6.59 KB
/
go.mod
File metadata and controls
138 lines (135 loc) · 6.59 KB
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
module github.com/feixiaobo/go-plugins
require (
cloud.google.com/go v0.40.0
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Shopify/sarama v1.22.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.0 // indirect
github.com/anacrolix/sync v0.0.0-20180808010631-44578de4e778 // 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.20.10
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.1.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-20190620071333-e64a0ec8b42a // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/feixiaobo/fargo v1.3.4
github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 // indirect
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/go-log/log v0.1.0
github.com/go-redsync/redsync v1.2.0
github.com/go-stomp/stomp v2.0.3+incompatible
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/golang/protobuf v1.3.1
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/gofuzz v1.0.0 // 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/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.2 // indirect
github.com/hashicorp/go-hclog v0.9.2 // indirect
github.com/hashicorp/vault v1.1.3
github.com/huandu/xstrings v1.2.0 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/juju/ratelimit v1.0.1
github.com/micro/cli v0.2.0
github.com/micro/go-micro v1.7.1-0.20190709174126-0bf54c122f2c
github.com/micro/mdns v0.1.1-0.20190624125042-790ba6222fe3 // indirect
github.com/micro/micro v1.7.1-0.20190709174227-b038441fa11b
github.com/minio/highwayhash v1.0.0
github.com/mitchellh/hashstructure v1.0.0
github.com/nats-io/jwt v0.2.8 // 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/prometheus/procfs v0.0.3 // 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.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // 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/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/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.3 // 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.0.0-20180316092928-c15da0234277
go.uber.org/zap v1.10.0 // indirect
gocloud.dev v0.15.0
gocloud.dev/pubsub/rabbitpubsub v0.15.0
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/text v0.3.2
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522 // indirect
google.golang.org/api v0.6.0
google.golang.org/genproto v0.0.0-20190626174449-989357319d63
google.golang.org/grpc v1.21.1
gopkg.in/DataDog/dd-trace-go.v1 v1.15.0
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/inf.v0 v0.9.1 // indirect
gopkg.in/ldap.v3 v3.0.3
gopkg.in/redis.v3 v3.6.4
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/klog v0.3.3 // indirect
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // 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
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
)