-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
45 lines (43 loc) · 1.87 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
module github.com/grab/talaria
go 1.13
require (
github.com/DataDog/datadog-go v2.2.0+incompatible
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/aws/aws-sdk-go v1.25.31
github.com/crphang/orc v0.0.3
github.com/dgraph-io/badger/v2 v2.0.2
github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // indirect
github.com/emitter-io/address v1.0.0
github.com/emitter-io/stats v1.0.3
github.com/gogo/protobuf v1.3.1
github.com/golang/snappy v0.0.1
github.com/google/btree v1.0.0 // indirect
github.com/grab/async v0.0.5
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/memberlist v0.1.5
github.com/kelindar/binary v1.0.8
github.com/kelindar/kmeans v0.0.0-20200210034301-1ca04019ef7c
github.com/kelindar/loader v0.0.6
github.com/kelindar/lua v0.0.5
github.com/miekg/dns v1.1.22 // indirect
github.com/myteksi/hystrix-go v1.1.3
github.com/ricochet2200/go-disk-usage v0.0.0-20150921141558-f0d1b743428f
github.com/samuel/go-thrift v0.0.0-20190219015601-e8b6b52668fe
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191206103017-1ddd1de85cb0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
google.golang.org/genproto v0.0.0-20191205163323-51378566eb59 // indirect
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.4
)