forked from criteo-forks/carbon-relay-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
56 lines (54 loc) · 2.48 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
module github.com/graphite-ng/carbon-relay-ng
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/DataDog/zstd v1.4.1 // indirect
github.com/Dieterbe/topic v0.0.0-20141209014555-1850ffda9965
github.com/Shopify/sarama v1.23.1
github.com/VictoriaMetrics/fastcache v1.5.1
github.com/allegro/bigcache v1.2.1 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/elastic/go-elasticsearch/v6 v6.8.2
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/frankban/quicktest v1.4.1 // indirect
github.com/gocql/gocql v0.0.0-20191018090344-07ace3bab0f8
github.com/google/go-cmp v0.3.1
github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/kisielk/og-rek v1.0.0
github.com/libp2p/go-reuseport v0.0.0-20190411201116-b72b23b78b80
github.com/mitchellh/mapstructure v1.1.2
github.com/pierrec/lz4 v2.2.6+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/prometheus/procfs v0.0.4 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/segmentio/kafka-go v0.3.3
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0
github.com/taylorchu/toki v0.0.0-20141019163204-20e86122596c
github.com/valyala/fastrand v1.0.0
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/ini.v1 v1.49.0
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
)