1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-22 11:06:47 +02:00

LDAP authentification backend

This commit is contained in:
Alexandre Iooss
2020-09-22 12:54:12 +02:00
parent 5ac336393b
commit 07c8dc6ca1
5 changed files with 66 additions and 2 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module gitlab.crans.org/nounous/ghostream
go 1.13
require (
github.com/go-ldap/ldap/v3 v3.2.3
github.com/prometheus/client_golang v1.7.1
github.com/spf13/viper v1.7.1
honnef.co/go/tools v0.0.1-2019.2.3