generate http metadata only in case of http component

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-07-30 23:21:32 +03:00
parent 7a1be4f903
commit 255a9712dc
4 changed files with 43 additions and 16 deletions

9
go.mod
View File

@@ -4,7 +4,12 @@ go 1.16
require (
github.com/fatih/structtag v1.2.0
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/kr/text v0.2.0 // indirect
go.unistack.org/micro-proto/v3 v3.3.1
golang.org/x/tools v0.6.0
google.golang.org/protobuf v1.28.1
golang.org/x/tools v0.11.0
google.golang.org/protobuf v1.31.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)