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

require (
4
	github.com/cskr/pubsub v1.0.2
5
	github.com/davecgh/go-spew v1.1.1 // indirect
6
	github.com/gogo/protobuf v1.2.1
7 8
	github.com/golang/protobuf v1.3.1 // indirect
	github.com/google/uuid v1.1.1
9 10
	github.com/hashicorp/golang-lru v0.5.1
	github.com/ipfs/go-block-format v0.0.2
Hector Sanjuan's avatar
Hector Sanjuan committed
11 12
	github.com/ipfs/go-cid v0.0.2
	github.com/ipfs/go-datastore v0.0.5
13 14 15 16 17
	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
18
	github.com/ipfs/go-ipfs-routing v0.1.0
19 20 21
	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
Raúl Kripalani's avatar
Raúl Kripalani committed
22
	github.com/ipfs/go-peertaskqueue v0.1.0
Hector Sanjuan's avatar
Hector Sanjuan committed
23
	github.com/jbenet/goprocess v0.1.3
Raúl Kripalani's avatar
Raúl Kripalani committed
24 25 26 27 28
	github.com/libp2p/go-libp2p v0.1.0
	github.com/libp2p/go-libp2p-core v0.0.2
	github.com/libp2p/go-libp2p-loggables v0.1.0
	github.com/libp2p/go-libp2p-netutil v0.1.0
	github.com/libp2p/go-libp2p-testing v0.0.3
Hector Sanjuan's avatar
Hector Sanjuan committed
29 30 31 32 33
	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
	golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
	golang.org/x/sys v0.0.0-20190524122548-abf6ff778158 // indirect
34
	golang.org/x/text v0.3.2 // indirect
35
	gopkg.in/yaml.v2 v2.2.2 // indirect
36
)