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 @@ -23,12 +23,14 @@ require (
23
23
github.com/pion/interceptor v0.1.37
24
24
github.com/pion/rtcp v1.2.15
25
25
github.com/pion/rtp v1.8.15
26
+ github.com/pion/rtp/v2 v2.0.0
26
27
github.com/pion/sdp/v3 v3.0.11
27
28
github.com/pion/webrtc/v4 v4.1.0
28
29
github.com/prometheus/client_golang v1.22.0
29
30
github.com/sirupsen/logrus v1.9.3
30
31
github.com/stretchr/testify v1.10.0
31
32
github.com/urfave/cli/v2 v2.27.6
33
+ github.com/urfave/cli/v3 v3.3.3
32
34
github.com/yutopp/go-flv v0.3.1
33
35
go.uber.org/atomic v1.11.0
34
36
golang.org/x/image v0.27.0
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ github.com/pion/rtcp v1.2.15 h1:LZQi2JbdipLOj4eBjK4wlVoQWfrZbh3Q6eHtWtJBZBo=
171
171
github.com/pion/rtcp v1.2.15 /go.mod h1:jlGuAjHMEXwMUHK78RgX0UmEJFV4zUKOFHR7OP+D3D0 =
172
172
github.com/pion/rtp v1.8.15 h1:MuhuGn1cxpVCPLNY1lI7F1tQ8Spntpgf12ob+pOYT8s =
173
173
github.com/pion/rtp v1.8.15 /go.mod h1:bAu2UFKScgzyFqvUKmbvzSdPr+NGbZtv6UB2hesqXBk =
174
+ github.com/pion/rtp/v2 v2.0.0 /go.mod h1:Vj+rrFbJCT3yxqE/VSwaOo9DQ2pMKGPxuE7hplGOlOs =
174
175
github.com/pion/sctp v1.8.39 h1:PJma40vRHa3UTO3C4MyeJDQ+KIobVYRZQZ0Nt7SjQnE =
175
176
github.com/pion/sctp v1.8.39 /go.mod h1:cNiLdchXra8fHQwmIoqw0MbLLMs+f7uQ+dGMG2gWebE =
176
177
github.com/pion/sdp/v3 v3.0.11 h1:VhgVSopdsBKwhCFoyyPmT1fKMeV9nLMrEKxNOdy3IVI =
@@ -226,6 +227,7 @@ github.com/twitchtv/twirp v8.1.3+incompatible h1:+F4TdErPgSUbMZMwp13Q/KgDVuI7HJX
226
227
github.com/twitchtv/twirp v8.1.3+incompatible /go.mod h1:RRJoFSAmTEh2weEqWtpPE3vFK5YBhA6bqp2l1kfCC5A =
227
228
github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
228
229
github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
230
+ github.com/urfave/cli/v3 v3.3.3 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
229
231
github.com/wlynxg/anet v0.0.5 h1:J3VJGi1gvo0JwZ/P1/Yc/8p63SoW98B5dHkYDmpgvvU =
230
232
github.com/wlynxg/anet v0.0.5 /go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA =
231
233
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo =
You can’t perform that action at this time.
0 commit comments