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

go 1.12

require (
Steven Allen's avatar
Steven Allen committed
6
	github.com/cenkalti/backoff v2.2.1+incompatible
7 8
	github.com/ipfs/go-blockservice v0.1.4
	github.com/ipfs/go-cid v0.0.7
9
	github.com/ipfs/go-cidutil v0.0.2
10
	github.com/ipfs/go-datastore v0.4.5
11
	github.com/ipfs/go-fetcher v0.1.0
12
	github.com/ipfs/go-ipfs-blockstore v0.1.4
Michael Avila's avatar
Michael Avila committed
13
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
Steven Allen's avatar
Steven Allen committed
14
	github.com/ipfs/go-ipfs-exchange-offline v0.0.1
Michael Avila's avatar
Michael Avila committed
15
	github.com/ipfs/go-ipfs-routing v0.1.0
Steven Allen's avatar
Steven Allen committed
16
	github.com/ipfs/go-ipld-cbor v0.0.3
17
	github.com/ipfs/go-log v1.0.4
Michael Avila's avatar
Michael Avila committed
18
	github.com/ipfs/go-verifcid v0.0.1
19
	github.com/ipld/go-ipld-prime v0.7.0
acruikshank's avatar
acruikshank committed
20 21
	github.com/libp2p/go-libp2p-core v0.8.5
	github.com/libp2p/go-libp2p-testing v0.4.0
22
	github.com/multiformats/go-multihash v0.0.14
Michael Avila's avatar
Michael Avila committed
23
)