-
-
Notifications
You must be signed in to change notification settings - Fork 352
/
Copy pathgo.mod
36 lines (34 loc) · 1.47 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
module github.com/emitter-io/emitter
go 1.13
require (
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/aws/aws-sdk-go v1.25.16 // indirect
github.com/axiomhq/hyperloglog v0.0.0-20190607114936-323ed515b11c
github.com/dgraph-io/badger v1.6.0
github.com/emitter-io/address v1.0.0
github.com/emitter-io/config v1.0.0
github.com/emitter-io/stats v1.0.1
github.com/golang/snappy v0.0.1
github.com/gorilla/websocket v1.4.1
github.com/jawher/mow.cli v1.1.0
github.com/kelindar/binary v1.0.7
github.com/kelindar/rate v1.0.0
github.com/kelindar/tcp v1.0.0
github.com/klauspost/compress v1.8.6 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/stretchr/testify v1.4.0
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
github.com/tidwall/buntdb v1.1.0
github.com/tidwall/gjson v1.3.2 // indirect
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
github.com/valyala/fasthttp v1.5.0
github.com/weaveworks/mesh v0.0.0-20191011115754-8889a805f7f6
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.4 // indirect
)