mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
35 lines
1.6 KiB
Modula-2
35 lines
1.6 KiB
Modula-2
module github.com/langhuihui/monibuca
|
|
|
|
go 1.16
|
|
|
|
// replace (
|
|
// github.com/Monibuca/engine/v3 => ../engine
|
|
// github.com/Monibuca/plugin-gateway/v3 => ../plugin-gateway
|
|
// github.com/Monibuca/plugin-gb28181/v3 => ../plugin-gb28181
|
|
// github.com/Monibuca/plugin-hdl/v3 => ../plugin-hdl
|
|
// github.com/Monibuca/plugin-hls/v3 => ../plugin-hls
|
|
// github.com/Monibuca/plugin-jessica/v3 => ../plugin-jessica
|
|
// github.com/Monibuca/plugin-logrotate/v3 => ../plugin-logrotate
|
|
// github.com/Monibuca/plugin-record/v3 => ../plugin-record
|
|
// github.com/Monibuca/plugin-rtmp/v3 => ../plugin-rtmp
|
|
// github.com/Monibuca/plugin-rtsp/v3 => ../plugin-rtsp
|
|
// github.com/Monibuca/plugin-ts/v3 => ../plugin-ts
|
|
// github.com/Monibuca/plugin-webrtc/v3 => ../plugin-webrtc
|
|
// )
|
|
|
|
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-20210807140049-59a121605fe1
|
|
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-20210810032936-ddfaa0802084
|
|
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-20210807235941-0c302f29a710
|
|
)
|