File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/pion/dtls/v3 v3.0.7
1616 github.com/pion/interceptor v0.1.42
1717 github.com/pion/rtcp v1.2.16
18- github.com/pion/rtp v1.8.25
18+ github.com/pion/rtp/v2 v2.0.0
1919 github.com/pion/sdp/v3 v3.0.16
2020 github.com/pion/webrtc/v4 v4.1.6
2121 github.com/stretchr/testify v1.11.1
@@ -29,6 +29,7 @@ require (
2929require (
3030 github.com/moby/buildkit v0.26.2
3131 github.com/moby/patternmatcher v0.6.0
32+ github.com/pion/rtp v1.8.25
3233 golang.org/x/mod v0.30.0
3334)
3435
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ github.com/pion/rtcp v1.2.16 h1:fk1B1dNW4hsI78XUCljZJlC4kZOPk67mNRuQ0fcEkSo=
231231github.com/pion/rtcp v1.2.16 /go.mod h1:/as7VKfYbs5NIb4h6muQ35kQF/J0ZVNz2Z3xKoCBYOo =
232232github.com/pion/rtp v1.8.25 h1:b8+y44GNbwOJTYWuVan7SglX/hMlicVCAtL50ztyZHw =
233233github.com/pion/rtp v1.8.25 /go.mod h1:rF5nS1GqbR7H/TCpKwylzeq6yDM+MM6k+On5EgeThEM =
234+ github.com/pion/rtp/v2 v2.0.0 /go.mod h1:Vj+rrFbJCT3yxqE/VSwaOo9DQ2pMKGPxuE7hplGOlOs =
234235github.com/pion/sctp v1.8.41 h1:20R4OHAno4Vky3/iE4xccInAScAa83X6nWUfyc65MIs =
235236github.com/pion/sctp v1.8.41 /go.mod h1:2wO6HBycUH7iCssuGyc2e9+0giXVW0pyCv3ZuL8LiyY =
236237github.com/pion/sdp/v3 v3.0.16 h1:0dKzYO6gTAvuLaAKQkC02eCPjMIi4NuAr/ibAwrGDCo =
You can’t perform that action at this time.
0 commit comments