-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
24 lines (22 loc) · 897 Bytes
/
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
module github.com/openrelayxyz/cardinal-streams
go 1.16
require (
github.com/Shopify/sarama v1.28.0
github.com/go-stack/stack v1.8.1 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hamba/avro v1.6.6
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/klauspost/compress v1.13.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/openrelayxyz/cardinal-rpc v1.1.0
github.com/openrelayxyz/cardinal-types v1.0.0
github.com/openrelayxyz/drumline v1.0.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/stretchr/testify v1.7.2 // indirect
github.com/xdg/scram v1.0.3
github.com/xdg/stringprep v1.0.3 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)