module github.com/zitadel/zitadel/tools go 1.15 require ( github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/envoyproxy/protoc-gen-validate v0.10.1 github.com/go-bindata/go-bindata/v3 v3.1.3 github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/glog v1.1.1 // indirect github.com/golang/mock v1.6.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 github.com/huandu/xstrings v1.4.0 // indirect github.com/imdario/mergo v0.3.15 // indirect github.com/kisielk/errcheck v1.6.3 // indirect github.com/lyft/protoc-gen-star/v2 v2.0.3 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mwitkow/go-proto-validators v0.3.2 // indirect github.com/pseudomuto/protoc-gen-doc v1.5.1 github.com/pseudomuto/protokit v0.2.1 // indirect github.com/rakyll/statik v0.1.7 github.com/spf13/afero v1.9.5 // indirect golang.org/x/crypto v0.8.0 // indirect golang.org/x/tools v0.8.0 // indirect google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 google.golang.org/protobuf v1.30.0 )