module forge.cadoles.com/wpetit/hydra-passwordless go 1.14 require ( github.com/PuerkitoBio/goquery v1.5.1 // indirect github.com/aymerick/douceur v0.2.0 github.com/caarlos0/env/v6 v6.2.2 github.com/getsentry/sentry-go v0.7.0 github.com/go-chi/chi v4.1.0+incompatible github.com/gorilla/csrf v1.6.2 github.com/gorilla/css v1.0.0 // indirect github.com/gorilla/sessions v1.2.0 github.com/pkg/errors v0.9.1 gitlab.com/wpetit/goweb v0.0.0-20200418152305-76dea96a46ce gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/mail.v2 v2.3.1 gopkg.in/square/go-jose.v2 v2.5.1 gopkg.in/yaml.v2 v2.2.8 )