mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-12-24 13:29:35 +08:00
* Test interop on changes * Add pull request event * Nits * Rm un-needed default * Use build tag * Point to master for interop-test * Point to master for interop-test * Go mod tidy
21 lines
384 B
JSON
21 lines
384 B
JSON
[
|
|
{
|
|
"id": "go-libp2p-head",
|
|
"containerImageID": "go-libp2p-head",
|
|
"transports": [
|
|
"tcp",
|
|
"ws",
|
|
"quic",
|
|
"quic-v1",
|
|
"webtransport"
|
|
],
|
|
"secureChannels": [
|
|
"tls",
|
|
"noise"
|
|
],
|
|
"muxers": [
|
|
"mplex",
|
|
"yamux"
|
|
]
|
|
}
|
|
] |