2020-12-19 17:37:48 +01:00
|
|
|
module github.com/jech/galene
|
2020-04-24 19:38:21 +02:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-02-28 16:05:04 +01:00
|
|
|
github.com/at-wat/ebml-go v0.15.0
|
2020-04-24 19:38:21 +02:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-01-26 22:53:48 +01:00
|
|
|
github.com/pion/ice/v2 v2.0.15
|
2020-12-04 01:15:52 +01:00
|
|
|
github.com/pion/rtcp v1.2.6
|
2020-12-12 23:26:28 +01:00
|
|
|
github.com/pion/rtp v1.6.2
|
2021-01-16 01:01:00 +01:00
|
|
|
github.com/pion/sdp/v3 v3.0.4
|
2021-01-18 20:24:52 +01:00
|
|
|
github.com/pion/turn/v2 v2.0.5
|
2021-02-28 16:05:04 +01:00
|
|
|
github.com/pion/webrtc/v3 v3.0.12
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
2020-04-24 19:38:21 +02:00
|
|
|
)
|