guichet/go.mod

14 lines
345 B
Modula-2
Raw Normal View History

2020-02-09 13:46:52 +00:00
module deuxfleurs.fr/Deuxfleurs/guichet
go 1.13
2020-02-09 14:44:18 +00:00
require (
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.0.3+incompatible
github.com/go-ldap/ldap/v3 v3.1.6
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
2020-02-09 16:45:22 +00:00
github.com/sirupsen/logrus v1.4.2
2020-02-09 14:44:18 +00:00
)