protoc-gen-go-micro/go.mod

18 lines
616 B
Modula-2
Raw Normal View History

module github.com/unistack-org/protoc-gen-micro
go 1.15
2018-09-13 02:54:44 +03:00
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
2020-01-15 20:01:54 +03:00
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
2020-01-15 20:01:54 +03:00
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 // indirect
google.golang.org/genproto v0.0.0-20210106152847-07624b53cd92
google.golang.org/protobuf v1.25.0
2018-09-13 02:54:44 +03:00
)