This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
57 lines (55 loc) · 2.73 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
module github.com/nre-learning/antidote-core
go 1.14
require (
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/fatih/color v1.7.1-0.20181010231311-3f9d52f7176a
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.0
github.com/google/btree v1.0.0 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.5
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/influxdata/influxdb v1.6.6
github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
github.com/json-iterator/go v1.1.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/nats-io/nats-server/v2 v2.1.7 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/opentracing/opentracing-go v1.1.0
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/philips/go-bindata-assetfs v0.0.0-20150624150248-3dcc96556217
github.com/pkg/errors v0.8.1 // indirect
github.com/russross/blackfriday v1.5.3-0.20190616195246-a925a152c144 // indirect
github.com/sirupsen/logrus v1.4.3-0.20190807103436-de736cf91b92
github.com/spf13/pflag v1.0.5 // indirect
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
github.com/urfave/cli v1.22.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.22.0
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.3
k8s.io/api v0.0.0-20190202010724-74b699b93c15
k8s.io/apiextensions-apiserver v0.0.0-20190202013456-d4288ab64945
k8s.io/apimachinery v0.0.0-20190117220443-572dfc7bdfcb
k8s.io/client-go v0.0.0-20190202011228-6e4752048fde
k8s.io/klog v0.4.0 // indirect
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d // indirect
)