mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
ditch glide
This commit is contained in:
@@ -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