mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
13 lines
357 B
Modula-2
13 lines
357 B
Modula-2
module github.com/Monibuca/plugin-rtsp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/EasyDarwin/EasyDarwin v8.1.0+incompatible // indirect
|
|
github.com/Monibuca/engine/v2 v2.0.0
|
|
github.com/jinzhu/gorm v1.9.12 // indirect
|
|
github.com/pixelbender/go-sdp v1.0.0
|
|
github.com/reactivex/rxgo v1.0.0 // indirect
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
|
)
|