protoc-gen-go-micro/go.mod
Vasiliy Tolstov c5da16f9dd fix templates and helpers
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-12 13:40:41 +03:00

18 lines
604 B
Modula-2

module github.com/unistack-org/protoc-gen-micro
go 1.15
require (
github.com/Masterminds/sprig/v3 v3.2.0
github.com/go-git/go-git/v5 v5.2.0
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.1.0
github.com/huandu/xstrings v1.3.1
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
google.golang.org/genproto v0.0.0-20210106152847-07624b53cd92
google.golang.org/protobuf v1.25.0
)