1
Fork 0
galene/go.mod

11 lines
162 B
Modula-2
Raw Normal View History

2020-04-24 19:38:21 +02:00
module sfu
go 1.13
require (
github.com/gorilla/websocket v1.4.2
2020-05-23 21:04:14 +02:00
github.com/pion/rtcp v1.2.2
github.com/pion/rtp v1.5.4
github.com/pion/webrtc/v2 v2.2.14
2020-04-24 19:38:21 +02:00
)