go.mod 1.42 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
hannahhoward's avatar
hannahhoward committed
14
	github.com/ipld/go-ipld-prime v0.0.0-20190730002952-369bb56ad071
15
	github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
16 17 18
	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
hannahhoward's avatar
hannahhoward committed
19
	github.com/libp2p/go-libp2p-net v0.1.0 // indirect
20 21 22 23 24 25 26 27 28 29
	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
hannahhoward's avatar
hannahhoward committed
30 31 32
	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
	golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
	golang.org/x/tools v0.0.0-20190726230722-1bd56024c620 // indirect
33
)