mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
67 lines
3.1 KiB
Modula-2
67 lines
3.1 KiB
Modula-2
module monibuca
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
m7s.live/engine/v4 v4.0.1
|
|
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2
|
|
m7s.live/plugin/gb28181/v4 v4.0.0-20220515110546-d795e7c80a18
|
|
m7s.live/plugin/hdl/v4 v4.0.0-20220504142221-26a2611af6e6
|
|
m7s.live/plugin/hls/v4 v4.0.0-20220516104638-2c6debbe8a87
|
|
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/record/v4 v4.0.0-20220515083338-48d7f1a65b01
|
|
m7s.live/plugin/room/v4 v4.0.0-20220512035851-f980d4a7f6a0
|
|
m7s.live/plugin/rtmp/v4 v4.0.0-20220509140411-2dbfcfe19fdf
|
|
m7s.live/plugin/rtsp/v4 v4.0.0-20220515083245-a2100768b474
|
|
)
|
|
|
|
require (
|
|
github.com/aler9/gortsplib v0.0.0-20220513210403-3bd8ad810fa3 // 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-20220326011226-f1430873d8db // 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/ginkgo v1.16.4 // indirect
|
|
github.com/onsi/gomega v1.13.0 // 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/sdp/v3 v3.0.5 // 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.4 // 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-20220513210258-46612604a0f9 // indirect
|
|
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
|
|
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
|
|
)
|