mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
23 lines
1.1 KiB
Modula-2
23 lines
1.1 KiB
Modula-2
module github.com/langhuihui/monibuca
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.2.6
|
|
github.com/Monibuca/plugin-gateway/v3 v3.0.0-20210729064343-33bb4ad3c0ec
|
|
github.com/Monibuca/plugin-gb28181/v3 v3.0.0-20210731053007-a5197ed196ff
|
|
github.com/Monibuca/plugin-hdl/v3 v3.0.0-20210711082412-4def90b147b0
|
|
github.com/Monibuca/plugin-hls/v3 v3.0.0-20210719131717-e740b7e1c127
|
|
github.com/Monibuca/plugin-jessica/v3 v3.0.0-20210716031214-9ef41b2d8e88
|
|
github.com/Monibuca/plugin-logrotate/v3 v3.0.0-20210710104346-3db68431dcab
|
|
github.com/Monibuca/plugin-record/v3 v3.0.0-20210719131704-fe7f2dd925f2
|
|
github.com/Monibuca/plugin-rtmp/v3 v3.0.0-20210710102655-03e04527e8d7
|
|
github.com/Monibuca/plugin-rtsp/v3 v3.0.0-20210724033824-9aec4ec4be87
|
|
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-20210710100134-ce0a22aa2de3
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|