diff --git a/pkg/net/libp2p/remoteconnection.go b/pkg/net/libp2p/remoteconnection.go index 1feb554db..8b24be114 100644 --- a/pkg/net/libp2p/remoteconnection.go +++ b/pkg/net/libp2p/remoteconnection.go @@ -11,7 +11,7 @@ import ( "github.com/libp2p/go-libp2p/core/host" "github.com/libp2p/go-libp2p/core/network" "github.com/libp2p/go-libp2p/core/peer" - "github.com/libp2p/go-yamux/v3" + "github.com/libp2p/go-yamux/v4" "google.golang.org/protobuf/proto" "github.com/filecoin-project/mir/pkg/logging"