2022-12-01 22:05:59 +00:00
|
|
|
module git.deuxfleurs.fr/Deuxfleurs/guichet
|
2020-02-09 13:46:52 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-02-09 14:44:18 +00:00
|
|
|
require (
|
2023-04-18 20:45:04 +00:00
|
|
|
git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang v0.0.0-20230131081355-c965fe7f7dc9
|
2020-02-14 20:58:34 +00:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
|
|
|
|
github.com/emersion/go-smtp v0.12.1
|
2020-02-09 14:44:18 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.6
|
2021-07-29 22:04:17 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-02-09 21:06:33 +00:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2020-02-09 14:44:18 +00:00
|
|
|
github.com/gorilla/sessions v1.2.0
|
2022-07-19 08:35:14 +00:00
|
|
|
github.com/jsimonetti/pwscheme v0.0.0-20220125093853-4d9895f5db73
|
2021-07-29 22:04:17 +00:00
|
|
|
github.com/minio/minio-go/v7 v7.0.0
|
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
2023-04-18 20:45:04 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-02-09 14:44:18 +00:00
|
|
|
)
|