aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: b11c004cfd722cd29d3ce099d5220174c5b47100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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/mux v1.7.3
	github.com/gorilla/sessions v1.2.0
	github.com/sirupsen/logrus v1.4.2
)