-
Notifications
You must be signed in to change notification settings - Fork 233
/
go.mod
52 lines (50 loc) · 2.09 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
module github.com/uber/aresdb
go 1.12
require (
github.com/MichaelTJones/pcg v0.0.0-20180122055547-df440c6ed7ed // indirect
github.com/Shopify/sarama v1.22.1
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/antlr/antlr4 v0.0.0-20190623224521-a770ff26ccc4
github.com/bkaradzic/go-lz4 v1.0.0 // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/curator-go/curator v0.0.0-20180923140012-8a961ea3b252
github.com/emirpasic/gods v1.12.0
github.com/fatih/color v1.7.0
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.1
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.2
github.com/leanovate/gopter v0.2.4 // indirect
github.com/m3db/m3 v0.10.2
github.com/m3db/prometheus_client_golang v0.8.1 // indirect
github.com/m3db/prometheus_client_model v0.1.0 // indirect
github.com/m3db/prometheus_common v0.1.0 // indirect
github.com/m3db/prometheus_procfs v0.8.1 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/uber-go/tally v3.3.11+incompatible
go.uber.org/config v1.3.1
go.uber.org/dig v1.7.0 // indirect
go.uber.org/fx v1.9.0
go.uber.org/goleak v0.10.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/grpc v1.21.1
gopkg.in/validator.v2 v2.0.0-20180514200540-135c24b11c19
gopkg.in/yaml.v2 v2.2.2
)