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

Rename pions to pion and update dependencies #28

Closed albrow closed 5 years ago

albrow commented 5 years ago

Here's what I did:

  1. Renamed "github.com/pions" to "github.com/pion" to reflect the name change of the GitHub organization.
  2. Change import path for pion/webrtc to "github.com/pion/webrtc/v2" to reflect the v2 release.
  3. Ran go get -u ./...
  4. Ran go mod tidy

I also confirmed the tests pass locally and that all the examples still work.

albrow commented 5 years ago

Superseded by https://github.com/libp2p/go-libp2p-webrtc-direct/pull/29