2020-04-08 08:56:42 +02:00
|
|
|
module forge.cadoles.com/wpetit/hydra-passwordless
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
|
|
|
|
github.com/go-chi/chi v4.1.0+incompatible
|
|
|
|
github.com/gorilla/csrf v1.6.2
|
|
|
|
github.com/gorilla/sessions v1.2.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-04-24 09:27:07 +02:00
|
|
|
gitlab.com/wpetit/goweb v0.0.0-20200415164411-636b2dbf8ff7
|
2020-04-08 08:56:42 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
|
|
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.4.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|