9 lines
139 B
Bash
Raw Normal View History

2018-02-27 17:20:56 +04:00
#! /bin/bash
set -euo pipefail
cd "$GOPATH/github.com/tendermint/tendermint" || exit
2018-02-27 17:20:56 +04:00
LIB=$1
dep status | grep "$LIB" | awk '{print $4}'