#! /bin/bash set +uif [[ "$GLIDE" == "" ]]; then GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lockfiset -u set -euo pipefail LIB=$1 cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'