mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
24 lines
914 B
Modula-2
24 lines
914 B
Modula-2
module github.com/ipfs/go-ipfs/testplans/bitswap
|
|
|
|
require (
|
|
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect
|
|
github.com/ipfs/go-bitswap v0.10.1
|
|
github.com/ipfs/go-block-format v0.0.3
|
|
github.com/ipfs/go-cid v0.2.0
|
|
github.com/ipfs/go-datastore v0.5.1
|
|
github.com/ipfs/go-ipfs-blockstore v1.2.0
|
|
github.com/ipfs/go-ipfs-exchange-interface v0.2.0
|
|
github.com/ipfs/go-ipfs-regression v0.0.1
|
|
github.com/ipld/go-ipld-prime v0.9.1-0.20210324083106-dc342a9917db // indirect
|
|
github.com/libp2p/go-libp2p v0.22.0
|
|
github.com/libp2p/go-libp2p-kad-dht v0.18.0
|
|
github.com/multiformats/go-multiaddr v0.6.0
|
|
github.com/multiformats/go-multihash v0.2.1
|
|
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
|
github.com/testground/sdk-go v0.2.7
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
|
|
)
|
|
|
|
go 1.15
|