This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
39 lines (37 loc) · 1.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
module github.com/nash-io/jocko
go 1.13
require (
github.com/OneOfOne/xxhash v1.2.7 // indirect
github.com/Shopify/sarama v1.19.0
github.com/bsm/sarama-cluster v2.1.10+incompatible
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cespare/xxhash v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/go-kit/kit v0.10.0
github.com/hashicorp/consul v1.4.5
github.com/hashicorp/go-hclog v0.12.1
github.com/hashicorp/go-memdb v1.1.0
github.com/hashicorp/memberlist v0.1.5
github.com/hashicorp/raft v1.1.2
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/hashicorp/serf v0.8.5
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0
github.com/nash-io/gommap v0.0.0-20200314200250-8efbe2e54daa
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.2.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.5.1
github.com/tj/go-gracefully v0.0.0-20141227061038-005c1d102f1b
github.com/travisjeffery/go-dynaport v1.0.0
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
github.com/ugorji/go/codec v1.1.7
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)