mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Use updatedeps script to update godeps
This commit is contained in:
3
Makefile
3
Makefile
@@ -42,8 +42,7 @@ release: getdeps verifiers
|
||||
@go run make.go -install
|
||||
|
||||
godepupdate:
|
||||
@for i in $(grep ImportPath Godeps/Godeps.json | grep -v minio/minio | cut -f2 -d: | sed -e 's/,//' -e 's/^[ \t]*//' -e 's/[ \t]*$//' -e 's/\"//g'); do godep update $i; done
|
||||
|
||||
@(env bash $(PWD)/buildscripts/updatedeps.sh)
|
||||
|
||||
install: gomake-all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user