forked from froghub-io/filecoin-sealer-recover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (18 loc) · 770 Bytes
/
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/froghub-io/filecoin-sealer-recover
go 1.15
replace github.com/filecoin-project/filecoin-ffi => ./extern/lotus/extern/filecoin-ffi
replace github.com/filecoin-project/lotus => ./extern/lotus
require (
github.com/filecoin-project/go-address v0.0.6
github.com/filecoin-project/go-commp-utils v0.1.3
github.com/filecoin-project/go-fil-markets v1.20.1-v16-2
github.com/filecoin-project/go-paramfetch v0.0.4
github.com/filecoin-project/go-state-types v0.1.10
github.com/filecoin-project/lotus v1.16.1
github.com/filecoin-project/specs-storage v0.4.1
github.com/ipfs/go-cid v0.1.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/mitchellh/go-homedir v1.1.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
)