2020-12-19 17:37:48 +01:00
|
|
|
module github.com/jech/galene
|
2020-04-24 19:38:21 +02:00
|
|
|
|
2022-07-12 15:16:58 +02:00
|
|
|
go 1.16
|
2020-04-24 19:38:21 +02:00
|
|
|
|
|
|
|
require (
|
2023-04-01 13:20:49 +02:00
|
|
|
github.com/at-wat/ebml-go v0.17.0
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
2022-02-20 18:16:35 +01:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2021-08-19 23:46:04 +02:00
|
|
|
github.com/jech/cert v0.0.0-20210819231831-aca735647728
|
2023-01-09 19:51:35 +01:00
|
|
|
github.com/jech/samplebuilder v0.0.0-20221109182433-6cbba09fc1c9
|
2023-04-01 13:20:49 +02:00
|
|
|
github.com/pion/ice/v2 v2.3.2
|
2022-07-23 20:38:51 +02:00
|
|
|
github.com/pion/rtcp v1.2.10
|
2023-01-06 22:59:20 +01:00
|
|
|
github.com/pion/rtp v1.7.14-0.20230109165057-d62c6716b99a
|
2023-01-09 19:51:35 +01:00
|
|
|
github.com/pion/sdp/v3 v3.0.6
|
2023-04-01 13:20:49 +02:00
|
|
|
github.com/pion/turn/v2 v2.1.0
|
|
|
|
github.com/pion/udp v0.1.4 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.1.59
|
|
|
|
golang.org/x/crypto v0.7.0
|
|
|
|
golang.org/x/sys v0.6.0
|
2020-04-24 19:38:21 +02:00
|
|
|
)
|