forked from ChainSafe/ChainBridge
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 738 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/ChainSafe/ChainBridge
go 1.15
require (
github.com/ChainSafe/chainbridge-substrate-events v0.0.0-20200715141113-87198532025e
github.com/ChainSafe/chainbridge-utils v1.0.6
github.com/ChainSafe/log15 v1.0.0
github.com/aristanetworks/goarista v0.0.0-20200609010056-95bcf8053598 // indirect
github.com/centrifuge/go-substrate-rpc-client v2.0.0+incompatible
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.9.17
github.com/gorilla/websocket v1.4.2 // indirect
github.com/prometheus/client_golang v1.4.1
github.com/rs/cors v1.7.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli/v2 v2.2.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
)