Add v2 api module
This commit is contained in:
8
api/v2/go.mod
Normal file
8
api/v2/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/dexidp/dex/api/v2
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.3.2
|
||||
google.golang.org/grpc v1.26.0
|
||||
)
|
Reference in New Issue
Block a user