go.mod 1.3 KB
Newer Older
1 2 3 4 5
module github.com/ipfs/go-graphsync

go 1.12

require (
6
	github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 // indirect
7
	github.com/gogo/protobuf v1.2.1
8
	github.com/golang/protobuf v1.3.2 // indirect
9
	github.com/ipfs/go-block-format v0.0.2
10
	github.com/ipfs/go-cid v0.0.3
11 12
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
	github.com/ipfs/go-log v0.0.1
13
	github.com/ipfs/go-peertaskqueue v0.0.1
14
	github.com/ipld/go-ipld-prime v0.0.0-20190718234847-413bfc230e7e
15
	github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
	github.com/libp2p/go-eventbus v0.0.3 // indirect
	github.com/libp2p/go-libp2p v0.2.1
	github.com/libp2p/go-libp2p-core v0.0.9
	github.com/libp2p/go-libp2p-secio v0.1.1 // indirect
	github.com/libp2p/go-msgio v0.0.4 // indirect
	github.com/mattn/go-colorable v0.1.2 // indirect
	github.com/multiformats/go-multiaddr v0.0.4
	github.com/multiformats/go-multiaddr-dns v0.0.3 // indirect
	github.com/multiformats/go-multihash v0.0.6
	github.com/opentracing/opentracing-go v1.1.0 // indirect
	github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
	go.opencensus.io v0.22.0 // indirect
	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
	golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
	golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
31
)