File tree Expand file tree Collapse file tree 2 files changed +55
-214
lines changed
Expand file tree Collapse file tree 2 files changed +55
-214
lines changed Original file line number Diff line number Diff line change 11module github.com/pion/webrtc-voicemail
22
3- go 1.13
3+ go 1.21
44
5- require github.com/pion/webrtc/v4 v4.1.1
5+ require github.com/pion/webrtc/v4 v4.1.8
6+
7+ require (
8+ github.com/google/uuid v1.6.0 // indirect
9+ github.com/pion/datachannel v1.5.10 // indirect
10+ github.com/pion/dtls/v3 v3.0.8 // indirect
11+ github.com/pion/ice/v4 v4.0.13 // indirect
12+ github.com/pion/interceptor v0.1.42 // 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.8.26 // indirect
18+ github.com/pion/sctp v1.8.41 // indirect
19+ github.com/pion/sdp/v3 v3.0.16 // indirect
20+ github.com/pion/srtp/v3 v3.0.9 // indirect
21+ github.com/pion/stun/v3 v3.0.2 // indirect
22+ github.com/pion/transport/v3 v3.1.1 // indirect
23+ github.com/pion/turn/v4 v4.1.3 // 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+ )
You can’t perform that action at this time.
0 commit comments