forked from dapr/dapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
81 lines (78 loc) · 3.9 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
module github.com/dapr/dapr
go 1.13
require (
github.com/AdhityaRamadhanus/fasthttpcors v0.0.0-20170121111917-d4c07198763a
github.com/Azure/go-autorest v13.0.1+incompatible // indirect
github.com/DataDog/zstd v1.4.1 // indirect
github.com/Sirupsen/logrus v1.0.6
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/creack/pty v1.1.9 // indirect
github.com/dapr/components-contrib v0.0.0-20191115232656-5a27c138e761
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/emicklei/go-restful v2.10.0+incompatible // indirect
github.com/evanphx/json-patch v4.2.0+incompatible // indirect
github.com/frankban/quicktest v1.5.0 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/spec v0.19.3 // indirect
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible // indirect
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/gddo v0.0.0-20190815223733-287de01127ef // indirect
github.com/golang/protobuf v1.3.2
github.com/google/pprof v0.0.0-20190908185732-236ed259b199 // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/mux v1.7.1
github.com/grandcat/zeroconf v0.0.0-20190424104450-85eadb44205c
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/grpc-gateway v1.11.2 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/json-iterator/go v1.1.7
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.5.0 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
github.com/mitchellh/mapstructure v1.1.2
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.4.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/valyala/fasthttp v1.4.0
go.opencensus.io v0.22.1
golang.org/x/exp v0.0.0-20190927203820-447a159532ef // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/mobile v0.0.0-20190923204409-d3ece3b6da5f // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
gonum.org/v1/gonum v0.0.0-20190911200027-40d3308efe80 // indirect
google.golang.org/appengine v1.6.4 // indirect
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect
google.golang.org/grpc v1.24.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20190819141258-3544db3b9e44
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
k8s.io/code-generator v0.0.0-20190912042602-ebc0eb3a5c23
k8s.io/gengo v0.0.0-20190907103519-ebc107f98eab // indirect
k8s.io/klog v0.4.0
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 // indirect
pack.ag/amqp v0.12.3 // indirect
)
replace k8s.io/client => github.com/kubernetes-client/go v0.0.0-20190928040339-c757968c4c36