ComunicRTCProxy/go.mod

11 lines
173 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 (
2021-10-17 16:45:20 +00:00
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
2020-04-10 07:43:14 +00:00
)