mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
15 lines
367 B
Modula-2
15 lines
367 B
Modula-2
module github.com/jech/galene
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/at-wat/ebml-go v0.13.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pion/ice/v2 v2.0.15
|
|
github.com/pion/rtcp v1.2.6
|
|
github.com/pion/rtp v1.6.2
|
|
github.com/pion/sdp/v3 v3.0.4
|
|
github.com/pion/turn/v2 v2.0.5
|
|
github.com/pion/webrtc/v3 v3.0.11
|
|
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
|
|
)
|