forked from travisjeffery/jocko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (60 loc) · 2.68 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
module github.com/travisjeffery/jocko
go 1.12
require (
github.com/Shopify/sarama v1.13.0
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/boltdb/bolt v1.3.1
github.com/bsm/sarama-cluster v2.1.10+incompatible
github.com/cenkalti/backoff v2.0.0+incompatible
github.com/cespare/xxhash v1.0.0
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/davecgh/go-spew v1.1.1
github.com/eapache/go-resiliency v1.0.0
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934
github.com/eapache/queue v1.0.2
github.com/go-kit/kit v0.6.0
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
github.com/hashicorp/consul v1.0.3
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-immutable-radix v1.0.0
github.com/hashicorp/go-memdb v0.0.0-20171005030753-75ff99613d28
github.com/hashicorp/go-msgpack v0.5.5
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-sockaddr v1.0.0
github.com/hashicorp/golang-lru v0.5.0
github.com/hashicorp/memberlist v0.1.3
github.com/hashicorp/raft v1.1.1
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/hashicorp/serf v0.8.5
github.com/inconshreveable/mousetrap v1.0.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/miekg/dns v1.0.14
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
github.com/opentracing/opentracing-go v1.0.2
github.com/pierrec/lz4 v1.0.1
github.com/pierrec/xxHash v0.1.1
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5
github.com/satori/go.uuid v1.2.0
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
github.com/spf13/cobra v0.0.1
github.com/spf13/pflag v1.0.0
github.com/stretchr/testify v1.3.0
github.com/tj/go-gracefully v0.0.0-20141227061038-005c1d102f1b
github.com/travisjeffery/go-dynaport v0.0.0-20171203090423-24009f4f2f49
github.com/tysontate/gommap v0.0.0-20131202084435-e87a6e482c2c
github.com/uber/jaeger-client-go v2.11.2+incompatible
github.com/uber/jaeger-lib v1.3.1
github.com/ugorji/go v0.0.0-20180112141927-9831f2c3ac10
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
upspin.io v0.0.0-20180517055408-63f1073c7a3a
)