Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Broken Import #53

Closed
wms2537 opened this issue Oct 30, 2022 · 1 comment
Closed

Broken Import #53

wms2537 opened this issue Oct 30, 2022 · 1 comment

Comments

@wms2537
Copy link

wms2537 commented Oct 30, 2022

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.

@p-shahi
Copy link
Member

p-shahi commented Nov 7, 2022

We very likely won't update this repo since we're implementing a better WebRTC solution here: libp2p/go-libp2p#1655

And yes the modules have moved, go-libp2p is now officially a monorepo now since: https://github.com/libp2p/go-libp2p/releases/tag/v0.22.0

For now I'll close this issue and see about archving/deprecating this repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants