mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
9 lines
122 B
Modula-2
9 lines
122 B
Modula-2
module github.com/dexidp/dex/api
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2
|
|
google.golang.org/grpc v1.26.0
|
|
)
|