-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 889 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/fractalplatform/sidechain
go 1.13
require (
github.com/Jeffail/gabs v1.4.0
github.com/Shopify/sarama v1.19.0
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/ethereum/go-ethereum v1.9.9
github.com/fractalplatform/fractal v0.0.31-0.20191229034344-2acffaeecf6e
github.com/frankban/quicktest v1.7.2 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.6.2
)