forked from litentry/ChainBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 1.04 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
module github.com/Phala-Network/ChainBridge
go 1.15
require (
github.com/ChainSafe/go-schnorrkel v0.0.0-20210527232834-58622d036665 // indirect
github.com/ChainSafe/log15 v1.0.0
github.com/Phala-Network/chainbridge-substrate-events v0.0.0-20211201040351-564128676550 // indirect
github.com/Phala-Network/chainbridge-utils v1.0.7-0.20211201035651-17de2479b053 // indirect
github.com/Phala-Network/go-substrate-rpc-client/v3 v3.0.1-0.20211201034740-2fec8fe63f1d // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.10.6
github.com/kr/text v0.2.0 // indirect
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
github.com/prometheus/client_golang v1.4.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)