1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-02-06 05:33:00 +00:00
ghostream/go.mod

14 lines
380 B
Modula-2
Raw Normal View History

2020-09-21 17:47:31 +02:00
module gitlab.crans.org/nounous/ghostream
go 1.13
2020-09-21 19:59:41 +02:00
2020-09-21 21:33:32 +02:00
require (
2020-09-22 16:39:06 +02:00
github.com/go-ldap/ldap v3.0.3+incompatible
2020-09-22 12:54:12 +02:00
github.com/go-ldap/ldap/v3 v3.2.3
2020-09-21 21:33:32 +02:00
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
2020-09-22 16:39:06 +02:00
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
2020-09-22 11:42:57 +02:00
honnef.co/go/tools v0.0.1-2019.2.3
2020-09-21 21:33:32 +02:00
)