mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced 2025-11-03 11:31:01 +08:00
12 lines
260 B
Modula-2
12 lines
260 B
Modula-2
module github.com/Monibuca/plugin-webrtc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v2 v2.1.0
|
|
github.com/Monibuca/plugin-rtp v0.0.0-20200531020026-1b12ef72f221
|
|
github.com/pion/rtcp v1.2.1
|
|
github.com/pion/rtp v1.5.4
|
|
github.com/pion/webrtc/v2 v2.2.14
|
|
)
|