17 lines
537 B
Modula-2
17 lines
537 B
Modula-2
|
module git.cacert.org/oidc_login
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/go-openapi/runtime v0.19.22
|
||
|
github.com/golang/protobuf v1.4.0 // indirect
|
||
|
github.com/lestrrat-go/jwx v1.0.6
|
||
|
github.com/ory/hydra-client-go v1.8.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 // indirect
|
||
|
google.golang.org/appengine v1.6.5 // indirect
|
||
|
)
|