2020-09-21 17:47:31 +02:00
|
|
|
module gitlab.crans.org/nounous/ghostream
|
|
|
|
|
2020-11-07 16:12:30 +01:00
|
|
|
go 1.15
|
2020-09-21 19:59:41 +02:00
|
|
|
|
2020-09-21 21:33:32 +02:00
|
|
|
require (
|
2020-09-22 12:54:12 +02:00
|
|
|
github.com/go-ldap/ldap/v3 v3.2.3
|
2020-10-20 19:12:15 +02:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2020-10-29 13:04:13 +01:00
|
|
|
github.com/haivision/srtgo v0.0.0-20201025191851-67964e8f497a
|
2020-09-28 17:36:40 +02:00
|
|
|
github.com/markbates/pkger v0.17.1
|
2020-11-07 14:58:15 +01:00
|
|
|
github.com/pion/rtp v1.6.1
|
2020-11-07 16:12:30 +01:00
|
|
|
github.com/pion/webrtc/v3 v3.0.0-beta.12
|
2020-11-07 14:58:15 +01:00
|
|
|
github.com/pkg/profile v1.5.0
|
2020-09-21 21:33:32 +02:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2020-10-12 21:23:06 +02:00
|
|
|
github.com/sherifabdlnaby/configuro v0.0.2
|
2020-11-07 14:58:15 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
2020-09-21 21:33:32 +02:00
|
|
|
)
|