mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
12 lines
296 B
Modula-2
12 lines
296 B
Modula-2
module github.com/Monibuca/plugin-rtsp/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.2.0
|
|
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
|
|
)
|