go.mod 945 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 (
6
	github.com/btcsuite/btcd v0.0.0-20190605094302-a0d1e3e36d50 // indirect
Michael Avila's avatar
Michael Avila committed
7
	github.com/cenkalti/backoff v2.1.1+incompatible
Steven Allen's avatar
Steven Allen committed
8
	github.com/ipfs/go-blockservice v0.1.0
Michael Avila's avatar
Michael Avila committed
9
	github.com/ipfs/go-cid v0.0.2
10
	github.com/ipfs/go-cidutil v0.0.2
Michael Avila's avatar
Michael Avila committed
11 12 13
	github.com/ipfs/go-datastore v0.0.5
	github.com/ipfs/go-ipfs-blockstore v0.0.1
	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.2
17
	github.com/ipfs/go-ipld-format v0.0.2
Michael Avila's avatar
Michael Avila committed
18
	github.com/ipfs/go-log v0.0.1
19
	github.com/ipfs/go-merkledag v0.2.2
Michael Avila's avatar
Michael Avila committed
20 21 22
	github.com/ipfs/go-verifcid v0.0.1
	github.com/libp2p/go-libp2p-core v0.0.3
	github.com/libp2p/go-libp2p-testing v0.0.4
Steven Allen's avatar
Steven Allen committed
23
	github.com/multiformats/go-multihash v0.0.5
24 25
	golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
Michael Avila's avatar
Michael Avila committed
26
)