diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-30 00:04:17 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-08-16 12:54:08 +0200 |
commit | a2a484daba1ef42d82f596a989caf203ee9a370f (patch) | |
tree | a3ec45738fa59448dd99d6dd5e69172f18043e90 /go.mod | |
parent | 0ca6a159b215967a6d13b9bad5c008983e032c3f (diff) | |
download | guichet-a2a484daba1ef42d82f596a989caf203ee9a370f.tar.gz guichet-a2a484daba1ef42d82f596a989caf203ee9a370f.zip |
Add profile image front-end and back-end
Correct when empty result
The image showed when the result was empty. Now if the `dn == ""` then we
write in the column image just `""`
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,8 +7,12 @@ require ( 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/google/uuid v1.1.1 github.com/gorilla/mux v1.7.3 github.com/gorilla/sessions v1.2.0 - github.com/sirupsen/logrus v1.4.2 + github.com/minio/minio-go/v7 v7.0.0 + github.com/sirupsen/logrus v1.6.0 + github.com/stretchr/objx v0.1.1 // indirect golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 + github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 ) |