2021-02-02 14:07:31 +03:00
|
|
|
module github.com/unistack-org/protoc-gen-micro/v3
|
2021-01-08 22:22:43 +03:00
|
|
|
|
|
|
|
go 1.15
|
2018-09-13 02:54:44 +03:00
|
|
|
|
|
|
|
require (
|
2021-02-09 21:27:14 +03:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2020-12-31 04:10:22 +03:00
|
|
|
github.com/go-git/go-git/v5 v5.2.0
|
2021-01-08 22:22:43 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2021-02-09 21:27:14 +03:00
|
|
|
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
|
2020-01-15 20:01:54 +03:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
2021-01-08 22:22:43 +03:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
2021-01-12 13:39:43 +03:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
|
2021-01-19 03:40:09 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
2021-02-11 19:53:24 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20210211154401-3a9a48ddfd6c
|
2021-01-08 22:22:43 +03:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2018-09-13 02:54:44 +03:00
|
|
|
)
|