@@ -8,21 +8,21 @@ require (
88 github.com/go-chi/cors v1.2.1
99 github.com/gorilla/websocket v1.5.0
1010 github.com/kataras/go-events v0.0.3
11- github.com/pion/ice/v2 v2.2.11 // indirect
11+ github.com/pion/ice/v2 v2.2.13 // indirect
1212 github.com/pion/interceptor v0.1.12
1313 github.com/pion/logging v0.2.2
1414 github.com/pion/rtp v1.7.13 // indirect
15- github.com/pion/srtp/v2 v2.0.10 // indirect
16- github.com/pion/webrtc/v3 v3.1.47
15+ github.com/pion/srtp/v2 v2.0.11 // indirect
16+ github.com/pion/webrtc/v3 v3.1.50
1717 github.com/pkg/errors v0.9.1
1818 github.com/rs/zerolog v1.28.0
1919 github.com/spf13/cast v1.5.0 // indirect
2020 github.com/spf13/cobra v1.6.0
2121 github.com/spf13/viper v1.13.0
22- golang.org/x/crypto v0.1 .0 // indirect
23- golang.org/x/net v0.1 .0 // indirect
24- golang.org/x/sys v0.1 .0 // indirect
25- golang.org/x/text v0.4 .0 // indirect
22+ golang.org/x/crypto v0.5 .0 // indirect
23+ golang.org/x/net v0.5 .0 // indirect
24+ golang.org/x/sys v0.4 .0 // indirect
25+ golang.org/x/text v0.6 .0 // indirect
2626 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2727)
2828
@@ -37,16 +37,16 @@ require (
3737 github.com/mitchellh/mapstructure v1.5.0 // indirect
3838 github.com/pelletier/go-toml v1.9.5 // indirect
3939 github.com/pelletier/go-toml/v2 v2.0.5 // indirect
40- github.com/pion/datachannel v1.5.2 // indirect
40+ github.com/pion/datachannel v1.5.5 // indirect
4141 github.com/pion/dtls/v2 v2.1.5 // indirect
4242 github.com/pion/mdns v0.0.5 // indirect
4343 github.com/pion/randutil v0.1.0 // indirect
4444 github.com/pion/rtcp v1.2.10 // indirect
45- github.com/pion/sctp v1.8.3 // indirect
45+ github.com/pion/sctp v1.8.5 // indirect
4646 github.com/pion/sdp/v3 v3.0.6 // indirect
4747 github.com/pion/stun v0.3.5 // indirect
48- github.com/pion/transport v0.13 .1 // indirect
49- github.com/pion/turn/v2 v2.0.8 // indirect
48+ github.com/pion/transport v0.14 .1 // indirect
49+ github.com/pion/turn/v2 v2.0.9 // indirect
5050 github.com/pion/udp v0.1.1 // indirect
5151 github.com/spf13/afero v1.9.2 // indirect
5252 github.com/spf13/jwalterweatherman v1.1.0 // indirect
0 commit comments