25 lines
856 B
Modula-2
25 lines
856 B
Modula-2
module git.cacert.org/oidc_login
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/go-openapi/runtime v0.19.22
|
|
github.com/go-playground/form/v4 v4.1.1
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/golang/protobuf v1.4.0 // indirect
|
|
github.com/gorilla/csrf v1.7.0
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/knadh/koanf v0.14.0
|
|
github.com/lestrrat-go/jwx v1.0.6
|
|
github.com/nicksnyder/go-i18n/v2 v2.1.1
|
|
github.com/ory/hydra-client-go v1.8.5
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/text v0.3.3
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
)
|