diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-14 21:58:34 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-14 21:58:34 +0100 |
commit | 151a31a4250cde38d8a66f2bfc8390f8132dc552 (patch) | |
tree | 5a5b775b4657e5d0ab44ac6f84e10b55d984bba2 /go.mod | |
parent | 768f2de9162bbf3fd0a1005554f3fd595818f1b3 (diff) | |
download | guichet-151a31a4250cde38d8a66f2bfc8390f8132dc552.tar.gz guichet-151a31a4250cde38d8a66f2bfc8390f8132dc552.zip |
Invitation mechanism with codes etc
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ module deuxfleurs.fr/Deuxfleurs/guichet go 1.13 require ( + github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b + github.com/emersion/go-smtp v0.12.1 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 |