Files
plugin-rtsp/go.mod
2020-05-31 10:01:29 +08:00

11 lines
270 B
Modula-2

module github.com/Monibuca/plugin-rtsp
go 1.13
require (
github.com/Monibuca/engine/v2 v2.1.0
github.com/Monibuca/plugin-rtp v0.0.0-20200531014802-504413c0dfcb
github.com/pion/rtp v1.5.4 // indirect
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
)