aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 76d92caa7d2f72d190e06d518f304dc1df7cd538 (plain) (blame)
1
2
3
4
5
6
7
8
9
module deuxfleurs.fr/Deuxfleurs/guichet

go 1.13

require (
	github.com/go-ldap/ldap v3.0.3+incompatible
	github.com/go-ldap/ldap/v3 v3.1.6
	github.com/gorilla/sessions v1.2.0
)