ComunicRTCProxy/go.mod

11 lines
200 B
Modula-2
Raw Normal View History

2020-04-09 15:35:31 +00:00
module comunic_rtc_proxy
go 1.14
2020-04-10 06:46:34 +00:00
2020-04-10 07:43:14 +00:00
require (
github.com/gorilla/websocket v0.0.0-20200319175051-b65e62901fc1
2020-04-11 10:14:55 +00:00
github.com/pion/rtcp v1.2.1
2020-04-10 08:38:21 +00:00
github.com/pion/webrtc/v2 v2.2.4
2020-04-10 07:43:14 +00:00
gopkg.in/yaml.v2 v2.2.8
)