13 lines
334 B
Modula-2
13 lines
334 B
Modula-2
module gitlab.crans.org/nounous/ghostream
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-ldap/ldap/v3 v3.2.3
|
|
github.com/haivision/srtgo v0.0.0-20200731151239-e00427ae473a
|
|
github.com/pion/webrtc/v3 v3.0.0-beta.5
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/spf13/viper v1.7.1
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|