forked from argoproj/argo-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
159 lines (132 loc) · 6.34 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
module github.com/argoproj/argo-events
go 1.13
require (
cloud.google.com/go v0.52.0
cloud.google.com/go/pubsub v1.2.0
github.com/Azure/azure-event-hubs-go/v3 v3.3.0
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Shopify/sarama v1.26.1
github.com/ahmetb/gen-crd-api-reference-docs v0.2.0
github.com/antonmedv/expr v1.8.8
github.com/apache/openwhisk-client-go v0.0.0-20190915054138-716c6f973eb2
github.com/apache/pulsar-client-go v0.1.1
github.com/aws/aws-sdk-go v1.30.7
github.com/cloudevents/sdk-go/v2 v2.1.0
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
github.com/colinmarc/hdfs v1.1.4-0.20180802165501-48eb8d6c34a9
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/emicklei/go-restful v2.12.0+incompatible // indirect
github.com/emitter-io/go/v2 v2.0.9
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-openapi/spec v0.19.7
github.com/go-openapi/swag v0.19.8 // indirect
github.com/go-redis/redis v6.15.8+incompatible
github.com/go-resty/resty/v2 v2.3.0
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/google/go-cmp v0.4.0
github.com/google/go-github/v31 v31.0.0
github.com/google/gofuzz v1.1.0 // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/grpc-gateway v1.9.5
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
github.com/huandu/xstrings v1.3.0 // indirect
github.com/imdario/mergo v0.3.9
github.com/joncalhoun/qson v0.0.0-20200422171543-84433dcd3da0
github.com/json-iterator/go v1.1.9 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/minio/minio-go v1.0.1-0.20190523192347-c6c2912aa552
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nats-streaming-server v0.17.0 // indirect
github.com/nats-io/nats.go v1.9.1
github.com/nats-io/nkeys v0.1.4 // indirect
github.com/nats-io/stan.go v0.6.0
github.com/nicksnyder/go-i18n v1.10.1-0.20190510212457-b280125b035a // indirect
github.com/nsqio/go-nsq v1.0.8
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pierrec/lz4 v2.5.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/radovskyb/watcher v1.0.7
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/robfig/cron v1.2.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/slack-go/slack v0.6.5
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.5.1
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/tidwall/gjson v1.6.0
github.com/tidwall/sjson v1.1.1
github.com/xanzy/go-gitlab v0.33.0
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/tools v0.0.0-20200408132156-9ee5ef7a2c0d // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20200408120641-fbb3ad325eb7 // indirect
google.golang.org/grpc v1.28.1
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/jcmturner/goidentity.v2 v2.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v5 v5.3.0
gopkg.in/jcmturner/rpc.v0 v0.0.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
k8s.io/api v0.17.5
k8s.io/apimachinery v0.17.5
k8s.io/client-go v0.17.5
k8s.io/code-generator v0.17.5
k8s.io/gengo v0.0.0-20190822140433-26a664648505
k8s.io/kube-openapi v0.0.0-20200316234421-82d701f24f9d
k8s.io/utils v0.0.0-20200327001022-6496210b90e8 // indirect
sigs.k8s.io/controller-runtime v0.5.4
sigs.k8s.io/controller-tools v0.2.5
sigs.k8s.io/yaml v1.2.0
)
replace k8s.io/api => k8s.io/api v0.17.5
replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.17.5
replace k8s.io/apimachinery => k8s.io/apimachinery v0.17.6-beta.0
replace k8s.io/apiserver => k8s.io/apiserver v0.17.5
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.17.5
replace k8s.io/client-go => k8s.io/client-go v0.17.5
replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.17.5
replace k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.17.5
replace k8s.io/component-base => k8s.io/component-base v0.17.5
replace k8s.io/cri-api => k8s.io/cri-api v0.17.6-beta.0
replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.17.5
replace k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.17.5
replace k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.17.5
replace k8s.io/kube-proxy => k8s.io/kube-proxy v0.17.5
replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.17.5
replace k8s.io/kubectl => k8s.io/kubectl v0.17.5
replace k8s.io/kubelet => k8s.io/kubelet v0.17.5
replace k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.17.5
replace k8s.io/metrics => k8s.io/metrics v0.17.5
replace k8s.io/node-api => k8s.io/node-api v0.17.5
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.17.5
replace k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.17.5
replace k8s.io/sample-controller => k8s.io/sample-controller v0.17.5
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.3+incompatible
replace k8s.io/code-generator => k8s.io/code-generator v0.17.5