-
-
Notifications
You must be signed in to change notification settings - Fork 362
/
Copy pathgo.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
)