ghostream/go.mod

16 lines
423 B
Modula-2
Raw Normal View History

2020-09-21 15:47:31 +00:00
module gitlab.crans.org/nounous/ghostream
go 1.13
2020-09-21 17:59:41 +00:00
2020-09-21 19:33:32 +00:00
require (
2020-09-22 10:54:12 +00:00
github.com/go-ldap/ldap/v3 v3.2.3
2020-09-27 18:43:00 +00:00
github.com/haivision/srtgo v0.0.0-20200731151239-e00427ae473a
2020-09-28 15:36:40 +00:00
github.com/markbates/pkger v0.17.1
2020-09-28 14:32:35 +00:00
github.com/pion/rtp v1.6.0
2020-09-22 20:08:14 +00:00
github.com/pion/webrtc/v3 v3.0.0-beta.5
2020-09-21 19:33:32 +00:00
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
2020-09-22 20:08:14 +00:00
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/yaml.v2 v2.3.0
2020-09-21 19:33:32 +00:00
)