mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 10:41:41 +00:00
ditch glide
This commit is contained in:
6
scripts/dep_utils/parse.sh
Normal file
6
scripts/dep_utils/parse.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
LIB=$1
|
||||
|
||||
dep status | grep "$LIB" | awk '{print $4}'
|
Reference in New Issue
Block a user