This repository has been archived on 2022-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
hydra_oidc_poc/go.mod
2020-12-29 21:50:59 +01:00

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
)