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.
15 lines
347 B
15 lines
347 B
module github.com/dexidp/dex/api/v2 |
|
|
|
go 1.25.0 |
|
|
|
require ( |
|
google.golang.org/grpc v1.79.3 |
|
google.golang.org/protobuf v1.36.11 |
|
) |
|
|
|
require ( |
|
golang.org/x/net v0.52.0 // indirect |
|
golang.org/x/sys v0.42.0 // indirect |
|
golang.org/x/text v0.35.0 // indirect |
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect |
|
)
|
|
|