File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ require (
2020 github.com/ory/dockertest/v3 v3.12.0
2121 github.com/pion/interceptor v0.1.37
2222 github.com/pion/rtp v1.8.15
23+ github.com/pion/rtp/v2 v2.0.0
2324 github.com/pion/sdp/v3 v3.0.11
2425 github.com/pion/srtp/v3 v3.0.4
2526 github.com/pion/webrtc/v4 v4.1.0
@@ -28,6 +29,7 @@ require (
2829 github.com/sirupsen/logrus v1.9.3
2930 github.com/stretchr/testify v1.10.0
3031 github.com/urfave/cli/v2 v2.27.6
32+ github.com/urfave/cli/v3 v3.3.3
3133 golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
3234 google.golang.org/protobuf v1.36.6
3335 gopkg.in/hraban/opus.v2 v2.0.0-20230925203106-0188a62cb302
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ github.com/pion/rtcp v1.2.15 h1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=
189189github.com/pion/rtcp v1.2.15 /go.mod h1:jlGuAjHMEXwMUHK78RgX0UmEJFV4zUKOFHR7OP+D3D0 =
190190github.com/pion/rtp v1.8.15 h1:MuhuGn1cxpVCPLNY1lI7F1tQ8Spntpgf12ob+pOYT8s =
191191github.com/pion/rtp v1.8.15 /go.mod h1:bAu2UFKScgzyFqvUKmbvzSdPr+NGbZtv6UB2hesqXBk =
192+ github.com/pion/rtp/v2 v2.0.0 /go.mod h1:Vj+rrFbJCT3yxqE/VSwaOo9DQ2pMKGPxuE7hplGOlOs =
192193github.com/pion/sctp v1.8.39 h1:PJma40vRHa3UTO3C4MyeJDQ+KIobVYRZQZ0Nt7SjQnE =
193194github.com/pion/sctp v1.8.39 /go.mod h1:cNiLdchXra8fHQwmIoqw0MbLLMs+f7uQ+dGMG2gWebE =
194195github.com/pion/sdp/v3 v3.0.11 h1:VhgVSopdsBKwhCFoyyPmT1fKMeV9nLMrEKxNOdy3IVI =
@@ -248,6 +249,7 @@ github.com/twitchtv/twirp v8.1.3+incompatible h1:+F4TdErPgSUbMZMwp13Q/KgDVuI7HJX
248249github.com/twitchtv/twirp v8.1.3+incompatible /go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A =
249250github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
250251github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
252+ github.com/urfave/cli/v3 v3.3.3 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
251253github.com/wlynxg/anet v0.0.5 h1:J3VJGi1gvo0JwZ/P1/Yc/8p63SoW98B5dHkYDmpgvvU =
252254github.com/wlynxg/anet v0.0.5 /go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA =
253255github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
You can’t perform that action at this time.
0 commit comments