mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
- Add a basic testground plan for bitswap - Showcases how to emit regressions stats from a testplan - Add CI plumbing to run testplans on push As a result of this PR, also: - Created the ipfs/go-ipfs-regressions repo, which defines stats structures for the output of testplans and the input to regression analysis and tests
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
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.3.4
|
|
github.com/ipfs/go-block-format v0.0.3
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/ipfs/go-datastore v0.4.5
|
|
github.com/ipfs/go-ipfs-blockstore v0.1.6
|
|
github.com/ipfs/go-ipfs-exchange-interface v0.0.1
|
|
github.com/ipfs/go-ipfs-regression v0.0.1
|
|
github.com/ipfs/go-ipns v0.1.0 // indirect
|
|
github.com/ipfs/go-log/v2 v2.3.0 // indirect
|
|
github.com/ipld/go-ipld-prime v0.9.1-0.20210324083106-dc342a9917db // indirect
|
|
github.com/libp2p/go-libp2p v0.14.4
|
|
github.com/libp2p/go-libp2p-core v0.8.6
|
|
github.com/libp2p/go-libp2p-discovery v0.5.1 // indirect
|
|
github.com/libp2p/go-libp2p-kad-dht v0.12.2
|
|
github.com/libp2p/go-libp2p-peerstore v0.2.8 // indirect
|
|
github.com/libp2p/go-libp2p-quic-transport v0.11.2 // indirect
|
|
github.com/multiformats/go-multiaddr v0.3.3
|
|
github.com/multiformats/go-multihash v0.0.15
|
|
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
|