hydra-passwordless/go.mod

21 lines
650 B
Modula-2
Raw Normal View History

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