1
Fork 0
galene/go.mod

15 lines
364 B
Modula-2
Raw Normal View History

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 (
2020-05-23 01:48:36 +02:00
github.com/at-wat/ebml-go v0.11.0
2020-04-24 19:38:21 +02:00
github.com/gorilla/websocket v1.4.2
2020-12-12 23:26:28 +01:00
github.com/pion/ice/v2 v2.0.14
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
github.com/pion/sdp/v3 v3.0.3
github.com/pion/webrtc/v3 v3.0.2-0.20201230060242-921608c26b93
2020-12-19 19:03:14 +01:00
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
2020-04-24 19:38:21 +02:00
)