mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
14 lines
434 B
Modula-2
14 lines
434 B
Modula-2
module github.com/Monibuca/plugin-rtsp/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.0.0-alpha6
|
|
github.com/Monibuca/utils/v3 v3.0.0-alpha5
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
github.com/pion/rtp v1.6.2
|
|
github.com/shirou/gopsutil v3.21.1+incompatible // indirect
|
|
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
|
|
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
|
|
)
|