mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.2.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.8 KiB
Modula-2
48 lines
1.8 KiB
Modula-2
module m7s.live/plugin/rtsp/v4
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/aler9/gortsplib/v2 v2.1.0
|
|
github.com/pion/rtp v1.7.13
|
|
go.uber.org/zap v1.23.0
|
|
m7s.live/engine/v4 v4.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/cnotch/ipchub v1.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
github.com/lucas-clemente/quic-go v0.31.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect
|
|
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect
|
|
github.com/mcuadros/go-defaults v1.2.0 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.10 // indirect
|
|
github.com/pion/sdp/v3 v3.0.6 // indirect
|
|
github.com/pion/webrtc/v3 v3.1.49 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
github.com/q191201771/naza v0.30.8 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.22.10 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/crypto v0.3.0 // indirect
|
|
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/tools v0.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|