mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 08:33:39 +00:00
264dc2eca4
* start * fix path * all protos * cleanup * fix * slash * change grpc out * message * running example * add befehl * ignore generate client code * fix readme * management * push * hobla * add i * change i * cleanup * comments * add tag name * mod tidy
14 lines
367 B
Modula-2
14 lines
367 B
Modula-2
module github.com/caos/zitadel/examples/client
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/caos/zitadel v0.118.2
|
|
github.com/envoyproxy/protoc-gen-validate v0.5.0
|
|
github.com/golang/protobuf v1.5.1
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
google.golang.org/genproto v0.0.0-20210325224202-eed09b1b5210
|
|
google.golang.org/grpc v1.36.1
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|