Files
plugin-rtsp/go.mod
2021-07-11 21:43:15 +08:00

12 lines
296 B
Modula-2

module github.com/Monibuca/plugin-rtsp/v3
go 1.16
require (
github.com/Monibuca/engine/v3 v3.1.1
github.com/Monibuca/utils/v3 v3.0.0
github.com/pion/rtp v1.6.5
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)