mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
20 lines
632 B
Modula-2
20 lines
632 B
Modula-2
module github.com/caos/zitadel/tools
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/envoyproxy/protoc-gen-validate v0.6.1
|
|
github.com/go-bindata/go-bindata/v3 v3.1.3
|
|
github.com/golang/mock v1.4.4
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.2.0
|
|
github.com/iancoleman/strcase v0.1.3 // indirect
|
|
github.com/kisielk/errcheck v1.5.0 // indirect
|
|
github.com/lyft/protoc-gen-star v0.5.2 // indirect
|
|
github.com/pseudomuto/protoc-gen-doc v1.4.1
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/spf13/afero v1.5.1 // indirect
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
google.golang.org/protobuf v1.26.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|