Rebuild the godeps from scratch on update and include godep as a build_dep

This commit is contained in:
Nick Craig-Wood 2016-11-19 10:04:22 +00:00
parent 2c594dd996
commit 8118623680
1 changed files with 3 additions and 1 deletions

View File

@ -50,12 +50,14 @@ ifdef GO_LATEST
go get -u github.com/golang/lint/golint
go get -u github.com/mitchellh/gox
go get -u github.com/inconshreveable/mousetrap
go get -u github.com/tools/godep
endif
# Update dependencies
update:
rm -rf Godeps vendor
go get -t -u -f -v ./...
godep update ./...
godep save
doc: rclone.1 MANUAL.html MANUAL.txt