20 lines
740 B
Modula-2
20 lines
740 B
Modula-2
module github.com/unistack-org/protoc-gen-micro/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.2.0
|
|
github.com/huandu/xstrings v1.3.2
|
|
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
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
google.golang.org/genproto v0.0.0-20210211154401-3a9a48ddfd6c
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|