Skip to content

Commit 39f5335

Browse files
fix(deps): update module github.com/pion/rtp to v2
Generated by renovateBot
1 parent d207ce1 commit 39f5335

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/pion/dtls/v3 v3.0.7
1616
github.com/pion/interceptor v0.1.40
1717
github.com/pion/rtcp v1.2.15
18-
github.com/pion/rtp v1.8.21
18+
github.com/pion/rtp/v2 v2.0.0
1919
github.com/pion/sdp/v3 v3.0.15
2020
github.com/pion/webrtc/v4 v4.1.5-0.20250828044558-c376d0edf977
2121
github.com/stretchr/testify v1.11.1
@@ -26,7 +26,10 @@ require (
2626
google.golang.org/protobuf v1.36.8
2727
)
2828

29-
require golang.org/x/mod v0.27.0
29+
require (
30+
github.com/pion/rtp v1.8.21
31+
golang.org/x/mod v0.27.0
32+
)
3033

3134
require (
3235
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.3 // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ github.com/pion/rtcp v1.2.15 h1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=
145145
github.com/pion/rtcp v1.2.15/go.mod h1:jlGuAjHMEXwMUHK78RgX0UmEJFV4zUKOFHR7OP+D3D0=
146146
github.com/pion/rtp v1.8.21 h1:3yrOwmZFyUpcIosNcWRpQaU+UXIJ6yxLuJ8Bx0mw37Y=
147147
github.com/pion/rtp v1.8.21/go.mod h1:bAu2UFKScgzyFqvUKmbvzSdPr+NGbZtv6UB2hesqXBk=
148+
github.com/pion/rtp/v2 v2.0.0/go.mod h1:Vj+rrFbJCT3yxqE/VSwaOo9DQ2pMKGPxuE7hplGOlOs=
148149
github.com/pion/sctp v1.8.39 h1:PJma40vRHa3UTO3C4MyeJDQ+KIobVYRZQZ0Nt7SjQnE=
149150
github.com/pion/sctp v1.8.39/go.mod h1:cNiLdchXra8fHQwmIoqw0MbLLMs+f7uQ+dGMG2gWebE=
150151
github.com/pion/sdp/v3 v3.0.15 h1:F0I1zds+K/+37ZrzdADmx2Q44OFDOPRLhPnNTaUX9hk=

0 commit comments

Comments
 (0)