Add a go.mod and go.sum for snowflake

This commit is contained in:
Cecylia Bocovich 2020-03-02 14:16:19 -05:00
parent 03315dde02
commit 920f6791f3
9 changed files with 150 additions and 8 deletions

View file

@ -9,7 +9,7 @@ import (
"sync"
"testing"
"github.com/pion/webrtc"
"github.com/pion/webrtc/v2"
. "github.com/smartystreets/goconvey/convey"
)

View file

@ -18,8 +18,8 @@ import (
"net/http"
"net/url"
"github.com/pion/sdp"
"github.com/pion/webrtc"
"github.com/pion/sdp/v2"
"github.com/pion/webrtc/v2"
)
const (

View file

@ -5,7 +5,7 @@ import (
"log"
"time"
"github.com/pion/webrtc"
"github.com/pion/webrtc/v2"
)
const (

View file

@ -9,7 +9,7 @@ import (
"time"
"github.com/dchest/uniuri"
"github.com/pion/webrtc"
"github.com/pion/webrtc/v2"
)
// Remote WebRTC peer.

View file

@ -17,7 +17,7 @@ import (
pt "git.torproject.org/pluggable-transports/goptlib.git"
sf "git.torproject.org/pluggable-transports/snowflake.git/client/lib"
"git.torproject.org/pluggable-transports/snowflake.git/common/safelog"
"github.com/pion/webrtc"
"github.com/pion/webrtc/v2"
)
const (