aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 9d61a881a0e90993d31b98536874ebb0f508621f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module git.deuxfleurs.fr/Deuxfleurs/guichet

go 1.13

require (
	git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang v0.0.0-20230131081355-c965fe7f7dc9
	github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
	github.com/emersion/go-smtp v0.12.1
	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/nfnt/resize v0.0.0-20180221191011-83c6a9932646
	golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)