You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Error when running go get github.com/libp2p/go-libp2p-webrtc-direct
go version go1.18 linux/amd64
soh@soh-MS-7B46:~/go_dev/libp2p_test/publisher$ go get github.com/libp2p/go-libp2p-webrtc-direct
github.com/libp2p/go-libp2p-webrtc-direct imports
github.com/libp2p/go-libp2p-core/mux: cannot find module providing package github.com/libp2p/go-libp2p-core/mux
It seems that github.com/libp2p/go-libp2p-core has moved to github.com/libp2p/go-libp2p/core and github.com/libp2p/go-libp2p-core/mux has migrated to github.com/libp2p/go-libp2p/core/network.
The text was updated successfully, but these errors were encountered:
Error when running
go get github.com/libp2p/go-libp2p-webrtc-direct
go version go1.18 linux/amd64
It seems that
github.com/libp2p/go-libp2p-core
has moved togithub.com/libp2p/go-libp2p/core
andgithub.com/libp2p/go-libp2p-core/mux
has migrated togithub.com/libp2p/go-libp2p/core/network
.The text was updated successfully, but these errors were encountered: