mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced 2025-10-05 14:56:56 +08:00
11 lines
204 B
Modula-2
11 lines
204 B
Modula-2
module github.com/Monibuca/plugin-webrtc/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.3.9
|
|
github.com/Monibuca/utils/v3 v3.0.2
|
|
github.com/pion/rtcp v1.2.8
|
|
github.com/pion/webrtc/v3 v3.1.6
|
|
)
|