diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-09 22:06:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-09 22:06:33 +0100 |
commit | 43825b1bbc02e9b1697b965a1621a936c5ae0334 (patch) | |
tree | 19945695086a20c8f8aedda7c90e171b61638b41 /go.mod | |
parent | f929ca7297905e4233aa32fe2d80dd4cc3fcda30 (diff) | |
download | guichet-43825b1bbc02e9b1697b965a1621a936c5ae0334.tar.gz guichet-43825b1bbc02e9b1697b965a1621a936c5ae0334.zip |
LDAP modification form
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ go 1.13 require ( github.com/go-ldap/ldap v3.0.3+incompatible github.com/go-ldap/ldap/v3 v3.1.6 + github.com/gorilla/mux v1.7.3 github.com/gorilla/sessions v1.2.0 github.com/sirupsen/logrus v1.4.2 ) |