go.mod 765 Bytes
Newer Older
Michael Avila's avatar
Michael Avila committed
1 2
module github.com/ipfs/go-ipfs-provider

Steven Allen's avatar
Steven Allen committed
3 4 5
go 1.16

retract [v1.0.0, v1.0.1]
Michael Avila's avatar
Michael Avila committed
6 7

require (
Steven Allen's avatar
Steven Allen committed
8
	github.com/cenkalti/backoff v2.2.1+incompatible
9 10
	github.com/ipfs/go-blockservice v0.1.2
	github.com/ipfs/go-cid v0.0.3
11
	github.com/ipfs/go-cidutil v0.0.2
12 13
	github.com/ipfs/go-datastore v0.1.0
	github.com/ipfs/go-ipfs-blockstore v0.1.0
Michael Avila's avatar
Michael Avila committed
14
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
Steven Allen's avatar
Steven Allen committed
15
	github.com/ipfs/go-ipfs-exchange-offline v0.0.1
Michael Avila's avatar
Michael Avila committed
16
	github.com/ipfs/go-ipfs-routing v0.1.0
Steven Allen's avatar
Steven Allen committed
17
	github.com/ipfs/go-ipld-cbor v0.0.3
18 19 20
	github.com/ipfs/go-ipld-format v0.0.2
	github.com/ipfs/go-log v0.0.1
	github.com/ipfs/go-merkledag v0.2.3
Michael Avila's avatar
Michael Avila committed
21
	github.com/ipfs/go-verifcid v0.0.1
22 23 24
	github.com/libp2p/go-libp2p-core v0.2.2
	github.com/libp2p/go-libp2p-testing v0.1.0
	github.com/multiformats/go-multihash v0.0.8
Michael Avila's avatar
Michael Avila committed
25
)