forked from renproject/multichain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.88 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
36
37
38
39
module github.com/renproject/multichain
go 1.14
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/codahale/blake2 v0.0.0-20150924215134-8d10d0420cbf
github.com/cosmos/cosmos-sdk v0.39.1 // indirect
github.com/drand/drand v1.0.3-0.20200714175734-29705eaf09d4 // indirect
github.com/ethereum/go-ethereum v1.9.19
github.com/filecoin-project/go-address v0.0.3 // indirect
github.com/filecoin-project/go-amt-ipld v0.0.0-20191205011053-79efc22d6cdc // indirect
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
github.com/filecoin-project/go-bitfield v0.1.0 // indirect
github.com/filecoin-project/go-data-transfer v0.5.0 // indirect
github.com/filecoin-project/go-fil-markets v0.3.2 // indirect
github.com/filecoin-project/lotus v0.4.1 // indirect
github.com/filecoin-project/sector-storage v0.0.0-20200723200950-ed2e57dde6df // indirect
github.com/filecoin-project/specs-actors v0.6.2-0.20200724193152-534b25bdca30 // indirect
github.com/hannahhoward/cbor-gen-for v0.0.0-20200723175505-5892b522820a // indirect
github.com/ipfs/go-ds-badger2 v0.1.1-0.20200708190120-187fc06f714e // indirect
github.com/ipfs/go-hamt-ipld v0.1.1 // indirect
github.com/lib/pq v1.7.0 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/ppcsuite/btcutil v0.0.0-20190610081709-8b47fe3bbbff
github.com/ppcsuite/ppcd v0.0.0-20190610081647-e4b42de6f07b
github.com/raulk/clock v1.1.0 // indirect
github.com/renproject/id v0.4.2
github.com/renproject/pack v0.2.3
github.com/renproject/surge v1.2.5
github.com/tendermint/tendermint v0.33.8 // indirect
github.com/terra-project/core v0.3.7 // indirect
github.com/xorcare/golden v0.6.1-0.20191112154924-b87f686d7542 // indirect
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)