mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Update webrtc library to v3.0.15
This fixes a vulnerability in the library: CVE-2021-28681
This commit is contained in:
parent
c0b6e082f2
commit
087a037f82
2 changed files with 48 additions and 21 deletions
13
go.mod
13
go.mod
|
@ -4,14 +4,17 @@ go 1.13
|
|||
|
||||
require (
|
||||
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
|
||||
github.com/google/uuid v1.2.0 // indirect
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/pion/ice/v2 v2.0.14
|
||||
github.com/pion/sdp/v3 v3.0.3
|
||||
github.com/pion/ice/v2 v2.0.15
|
||||
github.com/pion/sdp/v3 v3.0.4
|
||||
github.com/pion/stun v0.3.5
|
||||
github.com/pion/webrtc/v3 v3.0.0
|
||||
github.com/pion/transport v0.12.3 // indirect
|
||||
github.com/pion/webrtc/v3 v3.0.15
|
||||
github.com/smartystreets/goconvey v1.6.4
|
||||
github.com/xtaci/kcp-go/v5 v5.5.12
|
||||
github.com/xtaci/smux v1.5.12
|
||||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
||||
golang.org/x/net v0.0.0-20201201195509-5d6afe98e0b7
|
||||
golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
|
||||
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
|
||||
golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue