mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
update dependency github.com/prometheus/client_golang to v1.11.0
This commit is contained in:
parent
900454e58b
commit
95cd9ab900
4 changed files with 37 additions and 26 deletions
|
|
@ -5,7 +5,7 @@ ROOT=$(unset CDPATH && cd $(dirname "${BASH_SOURCE[0]}")/.. && pwd)
|
|||
which ginkgo &> /dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ginkgo not found, try to install..."
|
||||
go install github.com/onsi/ginkgo/ginkgo
|
||||
go get -u github.com/onsi/ginkgo/ginkgo
|
||||
fi
|
||||
|
||||
debug=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue