forked from filecoin-project/dealbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1.05 KB
/
go.mod
File metadata and controls
28 lines (25 loc) · 1.05 KB
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
module github.com/filecoin-project/dealbot
go 1.16
require (
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
github.com/filecoin-project/go-address v0.0.5
github.com/filecoin-project/go-fil-markets v1.2.5
github.com/filecoin-project/go-jsonrpc v0.1.4-0.20210217175800-45ea43ac2bec
github.com/filecoin-project/go-state-types v0.1.0
github.com/filecoin-project/lotus v1.6.1-0.20210413134401-50b4ea308366
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.4
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-log/v2 v2.1.2
github.com/lib/pq v1.9.0
github.com/libp2p/go-libp2p-core v0.7.0
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/mattn/go-sqlite3 v1.14.6
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.3.1
github.com/prometheus/client_golang v1.6.0
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291 // indirect
)
replace github.com/filecoin-project/filecoin-ffi => github.com/filecoin-project/ffi-stub v0.1.0