mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
20 lines
964 B
Modula-2
20 lines
964 B
Modula-2
module github.com/langhuihui/monibuca
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.3.1
|
|
github.com/Monibuca/plugin-gateway/v3 v3.0.0-20210807151245-f8825c6fd932
|
|
github.com/Monibuca/plugin-gb28181/v3 v3.0.0-20210810033348-cb10ae14bfdd
|
|
github.com/Monibuca/plugin-hdl/v3 v3.0.0-20210807135828-9d98f5b8dd6c
|
|
github.com/Monibuca/plugin-hls/v3 v3.0.0-20210816130143-30255c2cc047
|
|
github.com/Monibuca/plugin-jessica/v3 v3.0.0-20210807235919-48ac5fbec646
|
|
github.com/Monibuca/plugin-logrotate/v3 v3.0.0-20210710104346-3db68431dcab
|
|
github.com/Monibuca/plugin-record/v3 v3.0.0-20210813073316-79dce1e0dc70
|
|
github.com/Monibuca/plugin-rtmp/v3 v3.0.0-20210807135938-0238fc660a1a
|
|
github.com/Monibuca/plugin-rtsp/v3 v3.0.0-20210808000722-f267b1ca527b
|
|
github.com/Monibuca/plugin-summary v0.0.0-20210710132803-53cdcef14699
|
|
github.com/Monibuca/plugin-ts/v3 v3.0.0-20210710125303-3fb5757b7c5b
|
|
github.com/Monibuca/plugin-webrtc/v3 v3.0.0-20210816131512-f479ff8cc4f0
|
|
)
|