nobonobo / ssh-p2p

ssh p2p tunneling server and client
MIT License
242 stars 40 forks source link

No longer working with latest Pions WebRTC #10

Open MathieuMorrissette opened 5 years ago

MathieuMorrissette commented 5 years ago

This commit changed functions names:

https://github.com/pions/webrtc/commit/b67f73c34fc0c7acb99d97791800624311d1ba69

Which cause a compilation error :

src/github.com/nobonobo/ssh-p2p/main.go:197:14: undefined: webrtc.New
src/github.com/nobonobo/ssh-p2p/main.go:263:13: undefined: webrtc.New
nobonobo commented 5 years ago

ssh-p2p@v1.0.0 is supported for pions/webrtc@1.2.0, pions/dtls@1.0.2 I decided to vendoring dependencies for stable installation.