update glide

This commit is contained in:
Ethan Buchman
2016-11-03 20:16:44 -04:00
parent 3ff9355e7b
commit 01a3ac50af
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -3,8 +3,10 @@ set -euo pipefail
LIB=$1
set +u
if [[ "$GLIDE" == "" ]]; then
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
fi
set -u
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'