proto: bump gogoproto (1.3.2) (#5886)

- bump gogoproto (1.3.2)
- regenerate proto files

Closes: #XXX
This commit is contained in:
Marko
2021-01-19 12:41:35 +01:00
committed by Marko
parent bf45df0b2b
commit 54338a52fa
27 changed files with 168 additions and 584 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -eo pipefail
proto_dirs=$(find ./proto -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq)
for dir in $proto_dirs; do
protoc \
buf protoc \
-I "proto" \
-I "third_party/proto" \
--gogofaster_out=\