File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/pion/dtls/v3 v3.0.7
16
16
github.com/pion/interceptor v0.1.41
17
17
github.com/pion/rtcp v1.2.15
18
- github.com/pion/rtp v1.8.22
18
+ github.com/pion/rtp/v2 v2.0.0
19
19
github.com/pion/sdp/v3 v3.0.15
20
20
github.com/pion/webrtc/v4 v4.1.5-0.20250828044558-c376d0edf977
21
21
github.com/stretchr/testify v1.11.1
@@ -26,7 +26,10 @@ require (
26
26
google.golang.org/protobuf v1.36.8
27
27
)
28
28
29
- require golang.org/x/mod v0.27.0
29
+ require (
30
+ github.com/pion/rtp v1.8.22
31
+ golang.org/x/mod v0.27.0
32
+ )
30
33
31
34
require (
32
35
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.3 // indirect
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ github.com/pion/rtcp v1.2.15 h1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=
147
147
github.com/pion/rtcp v1.2.15 /go.mod h1:jlGuAjHMEXwMUHK78RgX0UmEJFV4zUKOFHR7OP+D3D0 =
148
148
github.com/pion/rtp v1.8.22 h1:8NCVDDF+uSJmMUkjLJVnIr/HX7gPesyMV1xFt5xozXc =
149
149
github.com/pion/rtp v1.8.22 /go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM =
150
+ github.com/pion/rtp/v2 v2.0.0 /go.mod h1:Vj+rrFbJCT3yxqE/VSwaOo9DQ2pMKGPxuE7hplGOlOs =
150
151
github.com/pion/sctp v1.8.39 h1:PJma40vRHa3UTO3C4MyeJDQ+KIobVYRZQZ0Nt7SjQnE =
151
152
github.com/pion/sctp v1.8.39 /go.mod h1:cNiLdchXra8fHQwmIoqw0MbLLMs+f7uQ+dGMG2gWebE =
152
153
github.com/pion/sdp/v3 v3.0.15 h1:F0I1zds+K/+37ZrzdADmx2Q44OFDOPRLhPnNTaUX9hk =
You can’t perform that action at this time.
0 commit comments