module github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts go 1.14 require ( github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible github.com/golang/protobuf v1.4.3 github.com/grpc-ecosystem/grpc-gateway v1.15.2 github.com/huandu/xstrings v1.3.2 // indirect github.com/iancoleman/strcase v0.1.2 github.com/imdario/mergo v0.3.11 // indirect github.com/mitchellh/copystructure v1.0.0 // indirect github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 google.golang.org/grpc v1.33.1 google.golang.org/protobuf v1.25.0 )