mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
module comunic_rtc_proxy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/websocket v0.0.0-20200319175051-b65e62901fc1
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|