reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building

This commit is contained in:
pacrob
2024-04-08 09:06:04 -06:00
committed by Paul Robinson
parent 1206fbef3d
commit eea065fb57
62 changed files with 319 additions and 160 deletions

View File

@ -0,0 +1,12 @@
module interop
go 1.12
require (
github.com/ipfs/go-log v1.0.5
github.com/libp2p/go-libp2p v0.27.8
github.com/libp2p/go-libp2p-core v0.19.0
github.com/libp2p/go-libp2p-noise v0.3.0
github.com/libp2p/go-libp2p-secio v0.2.2
github.com/multiformats/go-multiaddr v0.9.0
)