go.mod 1.58 KB
Newer Older
1 2 3
module github.com/ipfs/go-bitswap

require (
Hector Sanjuan's avatar
Hector Sanjuan committed
4
	github.com/btcsuite/btcd v0.0.0-20190605094302-a0d1e3e36d50 // indirect
5
	github.com/cskr/pubsub v1.0.2
6
	github.com/davecgh/go-spew v1.1.1 // indirect
7
	github.com/gogo/protobuf v1.2.1
8 9
	github.com/golang/protobuf v1.3.1 // indirect
	github.com/google/uuid v1.1.1
10 11
	github.com/hashicorp/golang-lru v0.5.1
	github.com/ipfs/go-block-format v0.0.2
Hector Sanjuan's avatar
Hector Sanjuan committed
12 13
	github.com/ipfs/go-cid v0.0.2
	github.com/ipfs/go-datastore v0.0.5
14 15 16 17 18
	github.com/ipfs/go-detect-race v0.0.1
	github.com/ipfs/go-ipfs-blockstore v0.0.1
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
	github.com/ipfs/go-ipfs-delay v0.0.1
	github.com/ipfs/go-ipfs-exchange-interface v0.0.1
Raúl Kripalani's avatar
Raúl Kripalani committed
19
	github.com/ipfs/go-ipfs-routing v0.1.0
20 21 22
	github.com/ipfs/go-ipfs-util v0.0.1
	github.com/ipfs/go-log v0.0.1
	github.com/ipfs/go-metrics-interface v0.0.1
Steven Allen's avatar
Steven Allen committed
23
	github.com/ipfs/go-peertaskqueue v0.1.1
Hector Sanjuan's avatar
Hector Sanjuan committed
24
	github.com/jbenet/goprocess v0.1.3
Steven Allen's avatar
Steven Allen committed
25
	github.com/libp2p/go-buffer-pool v0.0.2
Hector Sanjuan's avatar
Hector Sanjuan committed
26 27
	github.com/libp2p/go-libp2p v0.1.1
	github.com/libp2p/go-libp2p-core v0.0.3
Raúl Kripalani's avatar
Raúl Kripalani committed
28 29
	github.com/libp2p/go-libp2p-loggables v0.1.0
	github.com/libp2p/go-libp2p-netutil v0.1.0
Hector Sanjuan's avatar
Hector Sanjuan committed
30
	github.com/libp2p/go-libp2p-testing v0.0.4
Steven Allen's avatar
Steven Allen committed
31
	github.com/libp2p/go-msgio v0.0.4
Hector Sanjuan's avatar
Hector Sanjuan committed
32 33 34
	github.com/mattn/go-colorable v0.1.2 // indirect
	github.com/multiformats/go-multiaddr v0.0.4
	github.com/opentracing/opentracing-go v1.1.0 // indirect
Hector Sanjuan's avatar
Hector Sanjuan committed
35 36 37
	golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
	golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
38
	golang.org/x/text v0.3.2 // indirect
39
	gopkg.in/yaml.v2 v2.2.2 // indirect
40
)