File tree 6 files changed +298
-4
lines changed
6 files changed +298
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ $(d)/go-sleep: github.com/ipfs/go-ipfs/test/dependencies/go-sleep
18
18
$(go-build-testdep )
19
19
TGTS_$(d) += $(d ) /go-sleep
20
20
21
+ .PHONY : github.com/ipfs/go-ipfs/test/dependencies/graphsync-get
22
+ $(d ) /graphsync-get : github.com/ipfs/go-ipfs/test/dependencies/graphsync-get
23
+ $(go-build-testdep )
24
+ TGTS_$(d) += $(d ) /graphsync-get
25
+
21
26
.PHONY : github.com/ipfs/go-ipfs/test/dependencies/go-timeout
22
27
$(d ) /go-timeout : github.com/ipfs/go-ipfs/test/dependencies/go-timeout
23
28
$(go-build-testdep )
Original file line number Diff line number Diff line change @@ -5,16 +5,23 @@ go 1.13
5
5
require (
6
6
github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd
7
7
github.com/golangci/golangci-lint v1.18.0
8
+ github.com/ipfs/go-cid v0.0.5
8
9
github.com/ipfs/go-cidutil v0.0.2
10
+ github.com/ipfs/go-datastore v0.4.1
11
+ github.com/ipfs/go-graphsync v0.0.4
12
+ github.com/ipfs/go-ipfs-blockstore v1.0.0
9
13
github.com/ipfs/go-log v0.0.1
10
14
github.com/ipfs/hang-fds v0.0.1
11
15
github.com/ipfs/iptb v1.4.0
12
16
github.com/ipfs/iptb-plugins v0.2.0
17
+ github.com/ipld/go-ipld-prime v0.0.2-0.20191108012745-28a82f04c785
13
18
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
14
19
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
20
+ github.com/libp2p/go-libp2p v0.3.0
21
+ github.com/libp2p/go-libp2p-core v0.2.0
15
22
github.com/multiformats/go-multiaddr v0.0.4
16
23
github.com/multiformats/go-multiaddr-net v0.0.1
17
- github.com/multiformats/go-multihash v0.0.7
24
+ github.com/multiformats/go-multihash v0.0.13
18
25
github.com/ultraware/funlen v0.0.2 // indirect
19
26
golang.org/x/tools v0.0.0-20190912185636-87d9f09c5d89 // indirect
20
27
gotest.tools/gotestsum v0.3.5
You can’t perform that action at this time.
0 commit comments