Skip to content

Commit 5538acb

Browse files
Update module github.com/pion/rtp to v2
Generated by renovateBot
1 parent 77b4264 commit 5538acb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/pion/dtls/v3 v3.1.2
1616
github.com/pion/interceptor v0.1.44
1717
github.com/pion/rtcp v1.2.16
18-
github.com/pion/rtp v1.10.1
18+
github.com/pion/rtp/v2 v2.0.0
1919
github.com/pion/sdp/v3 v3.0.17
2020
github.com/pion/webrtc/v4 v4.2.6
2121
github.com/stretchr/testify v1.11.1
@@ -29,6 +29,7 @@ require (
2929
require (
3030
github.com/moby/buildkit v0.26.2
3131
github.com/moby/patternmatcher v0.6.0
32+
github.com/pion/rtp v1.10.1
3233
golang.org/x/mod v0.33.0
3334
)
3435

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo=
233233
github.com/pion/rtcp v1.2.16/go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo=
234234
github.com/pion/rtp v1.10.1 h1:xP1prZcCTUuhO2c83XtxyOHJteISg6o8iPsE2acaMtA=
235235
github.com/pion/rtp v1.10.1/go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM=
236+
github.com/pion/rtp/v2 v2.0.0/go.mod h1:Vj+rrFbJCT3yxqE/VSwaOo9DQ2pMKGPxuE7hplGOlOs=
236237
github.com/pion/sctp v1.9.2 h1:HxsOzEV9pWoeggv7T5kewVkstFNcGvhMPx0GvUOUQXo=
237238
github.com/pion/sctp v1.9.2/go.mod h1:OTOlsQ5EDQ6mQ0z4MUGXt2CgQmKyafBEXhUVqLRB6G8=
238239
github.com/pion/sdp/v3 v3.0.17 h1:9SfLAW/fF1XC8yRqQ3iWGzxkySxup4k4V7yN8Fs8nuo=

0 commit comments

Comments
 (0)