25 lines
938 B
Modula-2
25 lines
938 B
Modula-2
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/coreos/go-oidc v2.2.1+incompatible // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5 // indirect
|
|
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
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
gitlab.com/wpetit/goweb v0.0.0-20200418152305-76dea96a46ce
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
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
|
|
)
|