9 lines
164 B
Bash
Raw Normal View History

2016-07-24 14:08:47 -04:00
#! /bin/bash
set -euo pipefail
2016-08-10 01:45:55 -04:00
LIB=$1
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
2016-07-24 14:08:47 -04:00
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'