forked from emitter-io/emitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.35 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
module github.com/emitter-io/emitter
go 1.14
require (
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/aws/aws-sdk-go v1.30.24 // indirect
github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f
github.com/dgraph-io/badger v1.6.1
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/emitter-io/address v1.0.0
github.com/emitter-io/config v1.0.0
github.com/emitter-io/stats v1.0.3
github.com/golang/protobuf v1.4.1 // indirect
github.com/golang/snappy v0.0.1
github.com/gorilla/websocket v1.4.2
github.com/jawher/mow.cli v1.1.0
github.com/kelindar/binary v1.0.8
github.com/kelindar/rate v1.0.0
github.com/kelindar/tcp v1.0.0
github.com/klauspost/compress v1.10.5 // indirect
github.com/prometheus/client_golang v1.6.0
github.com/stretchr/testify v1.5.1
github.com/tidwall/buntdb v1.1.2
github.com/tidwall/gjson v1.6.0 // indirect
github.com/tidwall/pretty v1.0.1 // indirect
github.com/valyala/fasthttp v1.12.0
github.com/weaveworks/mesh v0.0.0-20191105120815-58dbcc3e8e63
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
golang.org/x/sys v0.0.0-20200508214444-3aab700007d7 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)