mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
11 lines
173 B
Modula-2
11 lines
173 B
Modula-2
module comunic_rtc_proxy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pion/rtcp v1.2.8
|
|
github.com/pion/webrtc/v2 v2.2.26
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|