mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced 2025-12-24 13:38:01 +08:00
10 lines
165 B
Modula-2
10 lines
165 B
Modula-2
module github.com/Monibuca/plugin-webrtc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v2 v2.0.0
|
|
github.com/pion/rtcp v1.2.1
|
|
github.com/pion/webrtc/v2 v2.2.14
|
|
)
|