Skip to content

Commit 3ff17d8

Browse files
Update module github.com/pion/webrtc/v4 to v4.2.3
Generated by renovateBot
1 parent 37b4fcf commit 3ff17d8

File tree

2 files changed

+62
-216
lines changed

2 files changed

+62
-216
lines changed

go.mod

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
module github.com/pion/webrtc-voicemail
22

3-
go 1.13
3+
go 1.21.0
44

5-
require github.com/pion/webrtc/v4 v4.1.1
5+
require github.com/pion/webrtc/v4 v4.2.3
6+
7+
require (
8+
github.com/google/uuid v1.6.0 // indirect
9+
github.com/pion/datachannel v1.6.0 // indirect
10+
github.com/pion/dtls/v3 v3.0.10 // indirect
11+
github.com/pion/ice/v4 v4.2.0 // indirect
12+
github.com/pion/interceptor v0.1.43 // indirect
13+
github.com/pion/logging v0.2.4 // indirect
14+
github.com/pion/mdns/v2 v2.1.0 // indirect
15+
github.com/pion/randutil v0.1.0 // indirect
16+
github.com/pion/rtcp v1.2.16 // indirect
17+
github.com/pion/rtp v1.10.0 // indirect
18+
github.com/pion/sctp v1.9.2 // indirect
19+
github.com/pion/sdp/v3 v3.0.17 // indirect
20+
github.com/pion/srtp/v3 v3.0.10 // indirect
21+
github.com/pion/stun/v3 v3.1.1 // indirect
22+
github.com/pion/transport/v4 v4.0.1 // indirect
23+
github.com/pion/turn/v4 v4.1.4 // indirect
24+
github.com/wlynxg/anet v0.0.5 // indirect
25+
golang.org/x/crypto v0.33.0 // indirect
26+
golang.org/x/net v0.35.0 // indirect
27+
golang.org/x/sys v0.30.0 // indirect
28+
golang.org/x/time v0.10.0 // indirect
29+
)

0 commit comments

Comments
 (0)