2020-09-10 23:22:11 +00:00
|
|
|
module github.com/libp2p/test-plans/ping
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-09-24 23:34:49 +00:00
|
|
|
github.com/hannahhoward/all-selector v0.1.0
|
2020-09-10 23:22:11 +00:00
|
|
|
github.com/ipfs/go-blockservice v0.1.3
|
|
|
|
github.com/ipfs/go-cid v0.0.6
|
|
|
|
github.com/ipfs/go-datastore v0.4.4
|
|
|
|
github.com/ipfs/go-graphsync v0.1.2
|
|
|
|
github.com/ipfs/go-ipfs-blockstore v0.1.4
|
|
|
|
github.com/ipfs/go-ipfs-chunker v0.0.5
|
|
|
|
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
|
|
|
|
github.com/ipfs/go-ipfs-files v0.0.8
|
|
|
|
github.com/ipfs/go-ipld-format v0.2.0
|
|
|
|
github.com/ipfs/go-merkledag v0.3.1
|
|
|
|
github.com/ipfs/go-unixfs v0.2.4
|
2020-09-24 23:34:49 +00:00
|
|
|
github.com/ipld/go-ipld-prime v0.4.0
|
2020-09-10 23:22:11 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.10.0
|
|
|
|
github.com/libp2p/go-libp2p-core v0.6.0
|
|
|
|
github.com/libp2p/go-libp2p-noise v0.1.1
|
|
|
|
github.com/libp2p/go-libp2p-secio v0.2.2
|
|
|
|
github.com/libp2p/go-libp2p-tls v0.1.3
|
|
|
|
github.com/testground/sdk-go v0.2.3
|
2020-09-11 21:36:38 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
2020-09-10 23:22:11 +00:00
|
|
|
)
|