Skip to content

Commit fc90544

Browse files
fix(deps): update module github.com/pion/webrtc/v3 to v4
Generated by renovateBot
1 parent f77e84a commit fc90544

File tree

2 files changed

+110
-8
lines changed

2 files changed

+110
-8
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ require (
1616
github.com/pion/rtcp v1.2.14
1717
github.com/pion/rtp v1.8.9
1818
github.com/pion/sdp/v3 v3.0.9
19-
github.com/pion/webrtc/v3 v3.3.4
19+
github.com/pion/webrtc/v3 v3.2.28
20+
github.com/pion/webrtc/v4 v4.0.3
2021
github.com/stretchr/testify v1.10.0
2122
github.com/twitchtv/twirp v8.1.3+incompatible
2223
go.uber.org/atomic v1.11.0
@@ -47,12 +48,12 @@ require (
4748
github.com/nats-io/nats.go v1.36.0 // indirect
4849
github.com/nats-io/nkeys v0.4.7 // indirect
4950
github.com/nats-io/nuid v1.0.1 // indirect
50-
github.com/pion/datachannel v1.5.8 // indirect
51+
github.com/pion/datachannel v1.5.9 // indirect
5152
github.com/pion/ice/v2 v2.3.36 // indirect
5253
github.com/pion/logging v0.2.2 // indirect
5354
github.com/pion/mdns v0.0.12 // indirect
5455
github.com/pion/randutil v0.1.0 // indirect
55-
github.com/pion/sctp v1.8.19 // indirect
56+
github.com/pion/sctp v1.8.34 // indirect
5657
github.com/pion/srtp/v2 v2.0.20 // indirect
5758
github.com/pion/stun v0.6.1 // indirect
5859
github.com/pion/transport/v2 v2.2.10 // indirect
@@ -61,16 +62,16 @@ require (
6162
github.com/puzpuzpuz/xsync/v3 v3.1.0 // indirect
6263
github.com/redis/go-redis/v9 v9.6.1 // indirect
6364
github.com/stoewer/go-strcase v1.3.0 // indirect
64-
github.com/wlynxg/anet v0.0.3 // indirect
65+
github.com/wlynxg/anet v0.0.5 // indirect
6566
github.com/zeebo/xxh3 v1.0.2 // indirect
6667
go.uber.org/multierr v1.11.0 // indirect
6768
go.uber.org/zap v1.27.0 // indirect
6869
go.uber.org/zap/exp v0.3.0 // indirect
69-
golang.org/x/crypto v0.25.0 // indirect
70-
golang.org/x/net v0.27.0 // indirect
70+
golang.org/x/crypto v0.29.0 // indirect
71+
golang.org/x/net v0.31.0 // indirect
7172
golang.org/x/sync v0.9.0 // indirect
72-
golang.org/x/sys v0.22.0 // indirect
73-
golang.org/x/text v0.16.0 // indirect
73+
golang.org/x/sys v0.27.0 // indirect
74+
golang.org/x/text v0.20.0 // indirect
7475
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
7576
google.golang.org/genproto/googleapis/rpc v0.0.0-20240725223205-93522f1f2a9f // indirect
7677
google.golang.org/grpc v1.65.0 // indirect

0 commit comments

Comments
 (0)