diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-19 10:35:14 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-19 10:35:14 +0200 |
commit | 3c846b6a59c1e725b56b7784c30cfbd5a3dc080b (patch) | |
tree | c5c3353f3b5332e0477a3a376192d206d6e79faf /go.mod | |
parent | 216e175eafd50b977e132ca0055df9fed9e83a6a (diff) | |
download | guichet-better_login.tar.gz guichet-better_login.zip |
Inclusive + Fix checks + Fix SSHAbetter_login
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,14 +5,12 @@ 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/google/uuid v1.1.1 github.com/gorilla/mux v1.7.3 github.com/gorilla/sessions v1.2.0 + github.com/jsimonetti/pwscheme v0.0.0-20220125093853-4d9895f5db73 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 + golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 ) |