1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00
galene/go.mod
Juliusz Chroboczek f5a518a448 Initial commit.
2020-04-25 01:06:57 +02:00

10 lines
161 B
Modula-2

module sfu
go 1.13
require (
github.com/gorilla/websocket v1.4.2
github.com/pion/rtcp v1.2.1
github.com/pion/sdp v1.3.0
github.com/pion/webrtc/v2 v2.2.5
)