go.mod 739 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 7 8
	github.com/cenkalti/backoff v2.2.1+incompatible
	github.com/ipfs/go-blockservice v0.1.2
	github.com/ipfs/go-cid v0.0.3
9
	github.com/ipfs/go-cidutil v0.0.2
Steven Allen's avatar
Steven Allen committed
10 11
	github.com/ipfs/go-datastore v0.1.0
	github.com/ipfs/go-ipfs-blockstore v0.1.0
Michael Avila's avatar
Michael Avila committed
12
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
Steven Allen's avatar
Steven Allen committed
13
	github.com/ipfs/go-ipfs-exchange-offline v0.0.1
Michael Avila's avatar
Michael Avila committed
14
	github.com/ipfs/go-ipfs-routing v0.1.0
Steven Allen's avatar
Steven Allen committed
15
	github.com/ipfs/go-ipld-cbor v0.0.3
16
	github.com/ipfs/go-ipld-format v0.0.2
Michael Avila's avatar
Michael Avila committed
17
	github.com/ipfs/go-log v0.0.1
Steven Allen's avatar
Steven Allen committed
18
	github.com/ipfs/go-merkledag v0.2.3
Michael Avila's avatar
Michael Avila committed
19
	github.com/ipfs/go-verifcid v0.0.1
Steven Allen's avatar
Steven Allen committed
20 21 22
	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
23
)