mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
13 lines
295 B
Modula-2
13 lines
295 B
Modula-2
module galene
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/at-wat/ebml-go v0.11.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pion/ice/v2 v2.0.13
|
|
github.com/pion/rtcp v1.2.6
|
|
github.com/pion/rtp v1.6.1
|
|
github.com/pion/webrtc/v3 v3.0.0-beta.15
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
)
|