-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
37 lines (35 loc) · 1.47 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
module github.com/nftstorage/dagcargo
go 1.16
require (
github.com/dustin/go-humanize v1.0.0
github.com/filecoin-project/go-address v0.0.6
github.com/filecoin-project/go-dagaggregator-unixfs v0.3.0
github.com/filecoin-project/go-fil-commcid v0.1.0
github.com/filecoin-project/go-fil-commp-hashhash v0.1.0
github.com/filecoin-project/go-jsonrpc v0.1.5
github.com/filecoin-project/go-state-types v0.1.1-0.20210810190654-139e0e79e69e
github.com/filecoin-project/lotus v1.11.1
github.com/filecoin-project/specs-actors v0.9.14
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/ipfs/go-blockservice v0.1.7
github.com/ipfs/go-cid v0.1.0
github.com/ipfs/go-fs-lock v0.0.7
github.com/ipfs/go-ipfs-api v0.2.0
github.com/ipfs/go-ipfs-blockstore v1.0.4
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-log/v2 v2.3.0
github.com/ipfs/go-merkledag v0.3.2
github.com/jackc/pgx/v4 v4.13.0
github.com/mattn/go-isatty v0.0.13
github.com/minio/sha256-simd v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multihash v0.0.16
github.com/prometheus/client_golang v1.11.0
github.com/tmthrgd/atomics v0.0.0-20190904060638-dc7a5fcc7e0d // indirect
github.com/tmthrgd/tmpfile v0.0.0-20190904054337-6ce9e75706ab
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)