libp2p / go-libp2p-webrtc-direct

A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
MIT License
82 stars 18 forks source link

upgrading dependencies to pass build and compatible with go-libp2p v0.13.0 #41

Closed mearaj closed 3 years ago

mearaj commented 3 years ago

…0.13.0

mearaj commented 3 years ago

Hi, I have upgraded the module and dependencies to be compatible with current github.com/libp2p/go-libp2p v0.13.0 and github.com/pion/webrtc/v3 v3.0.16. It's passing travis's ci too. I am working on some personal project and need this module for my project. Please let me know if there are mistakes and errors in this pull request. Also please let me know how can I programmatically contribute to this module? Thanks.