aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 684bdec..76d92ca 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,8 @@ module deuxfleurs.fr/Deuxfleurs/guichet
go 1.13
-require github.com/gorilla/sessions v1.2.0
+require (
+ github.com/go-ldap/ldap v3.0.3+incompatible
+ github.com/go-ldap/ldap/v3 v3.1.6
+ github.com/gorilla/sessions v1.2.0
+)