*: pin protoc-gen-go dependencies

This commit is contained in:
Eric Chiang
2017-11-30 16:40:42 -08:00
parent 861d4ae447
commit 35063da41e
4 changed files with 17 additions and 6 deletions

7
scripts/git-diff Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash -e
DIFF=$( git diff . )
if [ "$DIFF" != "" ]; then
echo "$DIFF" >&2
exit 1
fi