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

@ -13,7 +13,7 @@ import (
"testing"
"git.torproject.org/pluggable-transports/snowflake.git/common/messages"
"github.com/pion/webrtc"
"github.com/pion/webrtc/v2"
. "github.com/smartystreets/goconvey/convey"
)

View file

@ -23,7 +23,7 @@ import (
"git.torproject.org/pluggable-transports/snowflake.git/common/safelog"
"git.torproject.org/pluggable-transports/snowflake.git/common/websocketconn"
"github.com/gorilla/websocket"
"github.com/pion/webrtc"
"github.com/pion/webrtc/v2"
)
const defaultBrokerURL = "https://snowflake-broker.bamsoftware.com/"