File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ require (
2525 google.golang.org/protobuf v1.36.5 // latest
2626)
2727
28- require github.com/libp2p/go-yamux/v4 v4.0.1
28+ require (
29+ github.com/libp2p/go-yamux/v4 v4.0.1
30+ github.com/libp2p/go-yamux/v5 v5.0.0
31+ )
2932
3033require (
3134 github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ github.com/libp2p/go-libp2p-testing v0.12.0 h1:EPvBb4kKMWO29qP4mZGyhVzUyR25dvfUI
2323mygithub.libinneed.workers.dev/libp2p/go-libp2p-testing v0.12.0 /go.mod h1:KcGDRXyN7sQCllucn1cOOS+Dmm7ujhfEyXQL5lvkcPg =
2424mygithub.libinneed.workers.dev/libp2p/go-yamux/v4 v4.0.1 h1:FfDR4S1wj6Bw2Pqbc8Uz7pCxeRBPbwsBbEdfwiCypkQ =
2525mygithub.libinneed.workers.dev/libp2p/go-yamux/v4 v4.0.1 /go.mod h1:NWjl8ZTLOGlozrXSOZ/HlfG++39iKNnM5wwmtQP1YB4 =
26+ github.com/libp2p/go-yamux/v5 v5.0.0 /go.mod h1:en+3cdX51U0ZslwRdRLrvQsdayFt3TSUKvBGErzpWbU =
2627mygithub.libinneed.workers.dev/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM =
2728mygithub.libinneed.workers.dev/minio/sha256-simd v1.0.1 /go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8 =
2829mygithub.libinneed.workers.dev/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o =
You can’t perform that action at this time.
0 commit comments