mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
429 B
16 lines
429 B
module github.com/dexidp/dex/api/v2 |
|
|
|
go 1.17 |
|
|
|
require ( |
|
google.golang.org/grpc v1.49.0 |
|
google.golang.org/protobuf v1.28.1 |
|
) |
|
|
|
require ( |
|
github.com/golang/protobuf v1.5.2 // indirect |
|
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect |
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect |
|
)
|
|
|