mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Bump webrtc library version
go get github.com/pion/webrtc/v3@latest go mod tidy
This commit is contained in:
parent
e2838201ad
commit
b6875c6ae9
2 changed files with 68 additions and 62 deletions
14
go.mod
14
go.mod
|
@ -4,22 +4,20 @@ 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/dtls/v2 v2.0.12 // indirect
|
||||
github.com/pion/ice/v2 v2.0.15
|
||||
github.com/pion/ice/v2 v2.2.3
|
||||
github.com/pion/sdp/v3 v3.0.4
|
||||
github.com/pion/stun v0.3.5
|
||||
github.com/pion/webrtc/v3 v3.0.15
|
||||
github.com/pion/webrtc/v3 v3.1.28
|
||||
github.com/prometheus/client_golang v1.10.0
|
||||
github.com/prometheus/client_model v0.2.0
|
||||
github.com/refraction-networking/utls v1.0.0
|
||||
github.com/smartystreets/goconvey v1.6.4
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/stretchr/testify v1.7.1
|
||||
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-20211117183948-ae814b36b871
|
||||
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c
|
||||
google.golang.org/protobuf v1.23.0
|
||||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
|
||||
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd
|
||||
google.golang.org/protobuf v1.26.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue