Update go.mod and go.sum

This commit is contained in:
Cecylia Bocovich 2020-03-17 14:22:20 -04:00
parent 6054c09949
commit c11461d339
2 changed files with 2 additions and 7 deletions

4
go.mod
View file

@ -5,12 +5,12 @@ go 1.13
require (
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/websocket v1.4.1
github.com/keroserene/go-webrtc v0.0.0-20190528223128-68a6fb1b4353
github.com/pion/sdp/v2 v2.3.4
github.com/pion/webrtc/v2 v2.2.2
github.com/smartystreets/goconvey v1.6.4
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
google.golang.org/appengine v1.6.5
golang.org/x/text v0.3.2 // indirect
)