2020-12-19 17:37:48 +01:00
|
|
|
module github.com/jech/galene
|
2020-04-24 19:38:21 +02:00
|
|
|
|
2024-09-09 17:22:38 +02:00
|
|
|
go 1.20
|
2020-04-24 19:38:21 +02:00
|
|
|
|
|
|
|
require (
|
2024-02-23 00:22:38 +01:00
|
|
|
github.com/at-wat/ebml-go v0.17.1
|
2024-04-14 14:59:48 +02:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2022-02-20 18:16:35 +01:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2024-04-14 14:59:48 +02:00
|
|
|
github.com/jech/cert v0.0.0-20240301122532-f491cf43a77d
|
2024-10-27 13:08:55 +01:00
|
|
|
github.com/jech/samplebuilder v0.0.0-20241027120643-76c654ae55e1
|
|
|
|
github.com/pion/ice/v4 v4.0.3
|
2024-12-30 22:34:50 +01:00
|
|
|
github.com/pion/interceptor v0.1.37
|
2024-12-17 17:33:29 +01:00
|
|
|
github.com/pion/rtcp v1.2.15
|
2024-12-30 22:56:26 +01:00
|
|
|
github.com/pion/rtp v1.8.10
|
2024-04-14 14:59:48 +02:00
|
|
|
github.com/pion/sdp/v3 v3.0.9
|
2024-10-27 13:08:55 +01:00
|
|
|
github.com/pion/turn/v4 v4.0.0
|
|
|
|
github.com/pion/webrtc/v4 v4.0.1
|
2024-12-12 15:41:54 +01:00
|
|
|
golang.org/x/crypto v0.31.0
|
|
|
|
golang.org/x/sys v0.28.0
|
|
|
|
golang.org/x/term v0.27.0
|
2020-04-24 19:38:21 +02:00
|
|
|
)
|
2023-04-08 22:13:10 +02:00
|
|
|
|
|
|
|
require (
|
2024-02-23 00:22:38 +01:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-10-27 13:08:55 +01:00
|
|
|
github.com/pion/datachannel v1.5.9 // indirect
|
|
|
|
github.com/pion/dtls/v3 v3.0.4 // indirect
|
2023-04-08 22:13:10 +02:00
|
|
|
github.com/pion/logging v0.2.2 // indirect
|
2024-10-27 13:08:55 +01:00
|
|
|
github.com/pion/mdns/v2 v2.0.7 // indirect
|
2023-04-08 22:13:10 +02:00
|
|
|
github.com/pion/randutil v0.1.0 // indirect
|
2024-10-27 13:08:55 +01:00
|
|
|
github.com/pion/sctp v1.8.33 // indirect
|
|
|
|
github.com/pion/srtp/v3 v3.0.4 // indirect
|
|
|
|
github.com/pion/stun/v3 v3.0.0 // indirect
|
2024-12-17 17:33:29 +01:00
|
|
|
github.com/pion/transport/v3 v3.0.7 // indirect
|
2024-10-27 12:47:54 +01:00
|
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
2024-12-30 22:56:26 +01:00
|
|
|
golang.org/x/net v0.33.0 // indirect
|
2023-04-08 22:13:10 +02:00
|
|
|
)
|