Files
monibuca/go.mod
2022-01-03 19:35:31 +08:00

36 lines
1.2 KiB
Modula-2

module github.com/langhuihui/monibuca
go 1.16
require (
github.com/Monibuca/engine/v3 v3.4.2
github.com/Monibuca/plugin-gateway/v3 v3.0.7
github.com/Monibuca/plugin-gb28181/v3 v3.0.0
github.com/Monibuca/plugin-hdl/v3 v3.0.5
github.com/Monibuca/plugin-hls/v3 v3.0.3
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
github.com/Monibuca/plugin-rtsp/v3 v3.0.6
github.com/Monibuca/plugin-summary v0.0.0-20210821070131-2261e0efb7b9
github.com/Monibuca/plugin-ts/v3 v3.0.0
github.com/Monibuca/plugin-webrtc/v3 v3.0.0
)
// replace github.com/Monibuca/plugin-gateway/v3 => ../plugin-gateway
// replace github.com/Monibuca/plugin-rtsp/v3 => ../plugin-rtsp
// replace github.com/Monibuca/plugin-gb28181/v3 => ../plugin-gb28181
// replace github.com/Monibuca/plugin-rtmp/v3 => ../plugin-rtmp
// replace github.com/Monibuca/plugin-hls/v3 => ../plugin-hls
// replace github.com/Monibuca/plugin-hdl/v3 => ../plugin-hdl
// replace github.com/Monibuca/engine/v3 => ../engine
// replace github.com/Monibuca/plugin-summary => ../plugin-summary