mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Bump version of pion/webrtc to v3.1.41
This bumps the version of pion/dtls to v2.1.5 to fix three CVEs: - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29189 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29190 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29222
This commit is contained in:
parent
b6875c6ae9
commit
dd83b68efa
2 changed files with 24 additions and 23 deletions
10
go.mod
10
go.mod
|
@ -5,10 +5,10 @@ go 1.13
|
|||
require (
|
||||
git.torproject.org/pluggable-transports/goptlib.git v1.1.0
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/pion/ice/v2 v2.2.3
|
||||
github.com/pion/sdp/v3 v3.0.4
|
||||
github.com/pion/ice/v2 v2.2.6
|
||||
github.com/pion/sdp/v3 v3.0.5
|
||||
github.com/pion/stun v0.3.5
|
||||
github.com/pion/webrtc/v3 v3.1.28
|
||||
github.com/pion/webrtc/v3 v3.1.41
|
||||
github.com/prometheus/client_golang v1.10.0
|
||||
github.com/prometheus/client_model v0.2.0
|
||||
github.com/refraction-networking/utls v1.0.0
|
||||
|
@ -17,7 +17,7 @@ require (
|
|||
github.com/xtaci/kcp-go/v5 v5.6.1
|
||||
github.com/xtaci/smux v1.5.15
|
||||
gitlab.torproject.org/tpo/anti-censorship/geoip v0.0.0-20210928150955-7ce4b3d98d01
|
||||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
|
||||
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd
|
||||
golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8
|
||||
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
||||
google.golang.org/protobuf v1.26.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue