update glide.lock

This commit is contained in:
Ethan Buchman
2016-08-10 01:45:55 -04:00
parent bd429f3d4f
commit c4764ff916
4 changed files with 30 additions and 24 deletions

View File

@ -2,7 +2,7 @@
# for every github.com/tendermint dependency, warn is if its not synced with origin/master
GLIDE=$1
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
# make list of libs
LIBS=($(grep "github.com/tendermint" $GLIDE | awk '{print $3}'))