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

go 1.12

require (
Steven Allen's avatar
Steven Allen committed
6 7
	github.com/gogo/protobuf v1.3.2
	github.com/golang/protobuf v1.4.1
Hannah Howard's avatar
Hannah Howard committed
8
	github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
9
	github.com/hannahhoward/cbor-gen-for v0.0.0-20200817222906-ea96cece81f1
10
	github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e
Steven Allen's avatar
Steven Allen committed
11
	github.com/ipfs/go-block-format v0.0.3
Hannah Howard's avatar
Hannah Howard committed
12
	github.com/ipfs/go-blockservice v0.1.3
13
	github.com/ipfs/go-cid v0.0.7
Steven Allen's avatar
Steven Allen committed
14 15
	github.com/ipfs/go-datastore v0.4.5
	github.com/ipfs/go-ds-badger v0.2.6
Hannah Howard's avatar
Hannah Howard committed
16
	github.com/ipfs/go-ipfs-blockstore v0.1.4
17
	github.com/ipfs/go-ipfs-blocksutil v0.0.1
18
	github.com/ipfs/go-ipfs-chunker v0.0.5
19
	github.com/ipfs/go-ipfs-delay v0.0.1
20
	github.com/ipfs/go-ipfs-exchange-offline v0.0.1
21
	github.com/ipfs/go-ipfs-files v0.0.8
22
	github.com/ipfs/go-ipfs-pq v0.0.2
23
	github.com/ipfs/go-ipfs-routing v0.1.0
24
	github.com/ipfs/go-ipfs-util v0.0.2
Steven Allen's avatar
Steven Allen committed
25
	github.com/ipfs/go-ipld-cbor v0.0.5 // indirect
26
	github.com/ipfs/go-ipld-format v0.2.0
27
	github.com/ipfs/go-log v1.0.4
Steven Allen's avatar
Steven Allen committed
28
	github.com/ipfs/go-merkledag v0.3.2
29
	github.com/ipfs/go-peertaskqueue v0.2.0
30
	github.com/ipfs/go-unixfs v0.2.4
31 32
	github.com/ipld/go-ipld-prime v0.7.0
	github.com/ipld/go-ipld-prime-proto v0.1.1
33
	github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
34
	github.com/libp2p/go-buffer-pool v0.0.2
Steven Allen's avatar
Steven Allen committed
35 36
	github.com/libp2p/go-libp2p v0.13.0
	github.com/libp2p/go-libp2p-core v0.8.5
37
	github.com/libp2p/go-libp2p-netutil v0.1.0
Hannah Howard's avatar
Hannah Howard committed
38
	github.com/libp2p/go-libp2p-record v0.1.1 // indirect
Steven Allen's avatar
Steven Allen committed
39
	github.com/libp2p/go-libp2p-testing v0.4.0
40
	github.com/libp2p/go-msgio v0.0.6
41 42
	github.com/multiformats/go-multiaddr v0.3.1
	github.com/multiformats/go-multihash v0.0.14
Steven Allen's avatar
Steven Allen committed
43
	github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
Hannah Howard's avatar
Hannah Howard committed
44
	github.com/smartystreets/assertions v1.0.1 // indirect
45
	github.com/stretchr/testify v1.6.1
Steven Allen's avatar
Steven Allen committed
46 47 48
	github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2
	golang.org/x/tools v0.1.1-0.20210225150353-54dc8c5edb56 // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
49
	google.golang.org/protobuf v1.25.0
50
)