mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
82 lines
3.8 KiB
Modula-2
82 lines
3.8 KiB
Modula-2
module monibuca
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
m7s.live/engine/v4 v4.1.3
|
|
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2
|
|
m7s.live/plugin/gb28181/v4 v4.0.0-20220605133026-0299a9ef7edf
|
|
m7s.live/plugin/hdl/v4 v4.0.0-20220520061858-640094798008
|
|
m7s.live/plugin/hls/v4 v4.0.0-20220526032106-b2c401b1cbb5
|
|
m7s.live/plugin/hook/v4 v4.0.0-20220510140048-d4f76fd1c415
|
|
m7s.live/plugin/jessica/v4 v4.0.0-20220511035009-ac66c57b299d
|
|
m7s.live/plugin/logrotate/v4 v4.0.0-20220506113619-1a557d4707a5
|
|
m7s.live/plugin/preview/v4 v4.0.0-20220605103320-22d3fea3c846
|
|
m7s.live/plugin/record/v4 v4.0.0-20220602063958-0e61984aec81
|
|
m7s.live/plugin/room/v4 v4.0.0-20220512035851-f980d4a7f6a0
|
|
m7s.live/plugin/rtmp/v4 v4.0.0-20220526123604-cbe785dedaae
|
|
m7s.live/plugin/rtsp/v4 v4.0.0-20220605130937-f9bc450d0186
|
|
m7s.live/plugin/webrtc/v4 v4.0.0-20220601145933-97a64fab36a4
|
|
)
|
|
|
|
require (
|
|
github.com/aler9/gortsplib v0.0.0-20220604232719-2fa3148a2751 // indirect
|
|
github.com/cnotch/ipchub v1.1.0 // indirect
|
|
github.com/discoviking/fsm v0.0.0-20150126104936-f4a273feecca // indirect
|
|
github.com/edgeware/mp4ff v0.28.0 // indirect
|
|
github.com/ghettovoice/gosip v0.0.0-20220420085539-cf932c28a8fe // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.1.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/icza/bitio v1.1.0 // indirect
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/onsi/gomega v1.19.0 // indirect
|
|
github.com/pion/datachannel v1.5.2 // indirect
|
|
github.com/pion/dtls/v2 v2.1.5 // indirect
|
|
github.com/pion/ice/v2 v2.2.6 // indirect
|
|
github.com/pion/interceptor v0.1.11 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
github.com/pion/rtp v1.7.13 // indirect
|
|
github.com/pion/rtp/v2 v2.0.0-20220302185659-b3d10fc096b0 // indirect
|
|
github.com/pion/sctp v1.8.2 // indirect
|
|
github.com/pion/sdp/v3 v3.0.5 // indirect
|
|
github.com/pion/srtp/v2 v2.0.9 // indirect
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
github.com/pion/transport v0.13.0 // indirect
|
|
github.com/pion/turn/v2 v2.0.8 // indirect
|
|
github.com/pion/udp v0.1.1 // indirect
|
|
github.com/pion/webrtc/v3 v3.1.41 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
github.com/q191201771/naza v0.30.2 // indirect
|
|
github.com/quangngotan95/go-m3u8 v0.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
|
|
github.com/shirou/gopsutil/v3 v3.22.5 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/tevino/abool v1.2.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
github.com/tklauser/numcpus v0.5.0 // indirect
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
github.com/zhangpeihao/goamf v0.0.0-20140409082417-3ff2c19514a8 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
|
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|