forked from FogMeta/meta-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 823 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/filswan/go-swan-client
go 1.16
require (
github.com/BurntSushi/toml v1.1.0
github.com/FogMeta/meta-lib v0.0.0-20230210054907-13966b9c9eae
github.com/codingsince1985/checksum v1.2.3
github.com/fatih/color v1.13.0
github.com/filecoin-project/go-commp-utils v0.1.3
github.com/filecoin-project/go-padreader v0.0.1
github.com/filecoin-project/go-state-types v0.10.0-rc3
github.com/filedrive-team/go-graphsplit v0.5.0
github.com/filswan/go-swan-lib v0.2.139
github.com/google/uuid v1.3.0
github.com/ipld/go-car v0.5.0
github.com/julienschmidt/httprouter v1.3.0
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.3.1
github.com/urfave/cli/v2 v2.16.3
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
)
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi