module github.com/caos/zitadel/tools go 1.15 require ( github.com/envoyproxy/protoc-gen-validate v0.4.1 github.com/go-bindata/go-bindata/v3 v3.1.3 github.com/golang/mock v1.4.4 github.com/golang/protobuf v1.4.3 github.com/grpc-ecosystem/grpc-gateway v1.16.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/rakyll/statik v0.1.7 github.com/spf13/afero v1.5.1 // indirect golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect golang.org/x/mod v0.4.1 // indirect golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect golang.org/x/text v0.3.5 // indirect golang.org/x/tools v0.1.0 // indirect google.golang.org/genproto v0.0.0-20210212180131-e7f2df4ecc2d // indirect google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 gopkg.in/yaml.v2 v2.4.0 // indirect )