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.1.1
|
|
github.com/Monibuca/plugin-gateway/v3 v3.0.0-20210710101042-5f38cd82b217
|
|
github.com/Monibuca/plugin-gb28181/v3 v3.0.0-20210710101710-aee38b50532d
|
|
github.com/Monibuca/plugin-hdl/v3 v3.0.0-20210710102114-03ab06cfe944
|
|
github.com/Monibuca/plugin-hls/v3 v3.0.0-20210710135549-ca412b17197c
|
|
github.com/Monibuca/plugin-jessica/v3 v3.0.0-20210710103431-f269b06f7788
|
|
github.com/Monibuca/plugin-logrotate/v3 v3.0.0-20210710104346-3db68431dcab
|
|
github.com/Monibuca/plugin-record/v3 v3.0.0-20210710124810-dc71d2c332fd
|
|
github.com/Monibuca/plugin-rtmp/v3 v3.0.0-20210710102655-03e04527e8d7
|
|
github.com/Monibuca/plugin-rtsp/v3 v3.0.0-20210710095250-f0a00f3db9ca
|
|
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-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|