vendor: upgrade grpc/grpc-go to v1.11.3

This commit is contained in:
Joe Betz
2018-04-09 14:15:22 -07:00
committed by Gyuho Lee
parent f20a1173d8
commit 12acfc057a
8 changed files with 52 additions and 235 deletions

2
test
View File

@@ -380,7 +380,7 @@ function shellcheck_pass {
function markdown_you_pass {
# eschew you
yous=$(find . -name \*.md ! -path './vendor/*' ! -path './gopath.proto/*' -exec grep -E --color "[Yy]ou[r]?[ '.,;]" {} + | grep -v /v2/ || true)
yous=$(find . -name \*.md ! -path './vendor/*' ! -path './Documentation/v2/*' ! -path './gopath.proto/*' -exec grep -E --color "[Yy]ou[r]?[ '.,;]" {} + || true)
if [ ! -z "$yous" ]; then
echo -e "found 'you' in documentation:\\n${yous}"
exit 255