Skip to content
Snippets Groups Projects
go.mod 122 B
Newer Older
  • Learn to ignore specific revisions
  • module github.com/dexidp/dex/api
    
    go 1.14
    
    require (
    	github.com/golang/protobuf v1.3.2
    	google.golang.org/grpc v1.26.0
    )