From c719ca1d099806572708db44cb194b681bcaea6f Mon Sep 17 00:00:00 2001 From: Deepanshu Tripathi Date: Fri, 21 Jun 2024 13:31:14 +0530 Subject: [PATCH] chore(buf): removing un-necessary options Signed-off-by: Deepanshu Tripathi --- proto/buf.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/buf.gen.yaml b/proto/buf.gen.yaml index 9f97339cc..8e18d867c 100644 --- a/proto/buf.gen.yaml +++ b/proto/buf.gen.yaml @@ -12,7 +12,7 @@ managed: plugins: - name: gocosmos out: ../ - opt: plugins=grpc,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/struct.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/wrappers.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types,Mcosmos/orm/v1alpha1/orm.proto=github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1 + opt: plugins=grpc - name: grpc-gateway out: ../ - opt: logtostderr=true,allow_colon_final_segments=true + opt: allow_colon_final_segments=true