chore: stop using the deprecated github.com/libp2p/go-libp2p-yamux (#8998)

This commit is contained in:
Marten Seemann
2022-07-08 09:44:24 -07:00
committed by GitHub
parent 852b5c5ce6
commit a825682bf9
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"os"
"github.com/libp2p/go-libp2p"
yamux "github.com/libp2p/go-libp2p-yamux"
"github.com/libp2p/go-libp2p/p2p/muxer/yamux"
)
func makeSmuxTransportOption() libp2p.Option {