This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
74 lines (72 loc) · 4.57 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
module github.com/kubeless/nats-trigger
go 1.12
require (
cloud.google.com/go v0.0.0-20160913182117-3b1ae45394a2 // indirect
github.com/PuerkitoBio/purell v1.0.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
github.com/Shopify/sarama v1.14.0 // indirect
github.com/aws/aws-sdk-go v1.13.50 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/bsm/sarama-cluster v2.1.12+incompatible // indirect
github.com/coreos/prometheus-operator v0.0.0-20171201110357-197eb012d973 // indirect
github.com/davecgh/go-spew v0.0.0-20170626231645-782f4967f2dc // indirect
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect
github.com/eapache/queue v0.0.0-20180227141424-093482f3f8ce // indirect
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 // indirect
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305 // indirect
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
github.com/go-ini/ini v0.0.0-20180615003539-cec2bdc49009 // indirect
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 // indirect
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 // indirect
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87 // indirect
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gosuri/uitable v0.0.0-20160404203958-36ee7e946282 // indirect
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 // indirect
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/json-iterator/go v0.0.0-20170829155851-36b14963da70 // indirect
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
github.com/kubeless/kubeless v1.0.0-alpha.6
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a // indirect
github.com/matttproud/golang_protobuf_extensions v0.0.0-20150406173934-fc2b8d3a73c4 // indirect
github.com/nats-io/go-nats v1.5.0
github.com/nats-io/nuid v0.0.0-20180317191920-3e58d42c9cfe // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pierrec/lz4 v2.0.2+incompatible // indirect
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c // indirect
github.com/prometheus/client_golang v0.0.0-20180629055134-d6a9817c4afc // indirect
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20170427095455-13ba4ddd0caa // indirect
github.com/prometheus/procfs v0.0.0-20170519190837-65c1f6f8f0fc // indirect
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 // indirect
github.com/robfig/cron v0.0.0-20171101201047-2315d5715e36 // indirect
github.com/sirupsen/logrus v0.0.0-20180129181852-768a92a02685
github.com/spf13/cobra v0.0.1
github.com/spf13/pflag v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20170825220121-81e90905daef // indirect
golang.org/x/net v0.0.0-20170809000501-1c05540f6879 // indirect
golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181 // indirect
golang.org/x/sys v0.0.0-20170901181214-7ddbeae9ae08 // indirect
golang.org/x/text v0.0.0-20170810154203-b19bf474d317 // indirect
google.golang.org/appengine v1.1.0 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.0.0-20150924142314-53feefa2559f // indirect
k8s.io/api v0.0.0-20180103175015-389dfa299845
k8s.io/apiextensions-apiserver v0.0.0-20180103181712-d0becfa6529e // indirect
k8s.io/apimachinery v0.0.0-20180103174757-bc110fd540ab
k8s.io/client-go v5.0.0+incompatible
k8s.io/code-generator v0.0.0-20180103022856-91d3f6a57905 // indirect
k8s.io/gengo v0.0.0-20180122193928-93fa71758640 // indirect
k8s.io/kube-openapi v0.0.0-20170830100654-868f2f29720b // indirect
)