From 8118623680de6676f74dacd3fe8361f7757df674 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 19 Nov 2016 10:04:22 +0000 Subject: [PATCH] Rebuild the godeps from scratch on update and include godep as a build_dep --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 699382931..703a7cb61 100644 --- a/Makefile +++ b/Makefile @@ -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