make updatedeps updates the core deps too

pull/457/head
Mitchell Hashimoto 13 years ago
parent e62e3c5af8
commit 4484810c05

@ -16,6 +16,7 @@ deps:
updatedeps:
@echo "$(OK_COLOR)==> Updating all dependencies$(NO_COLOR)"
@go get -d -v -u ./...
@echo $(DEPS) | xargs -n1 go get -d -u
clean:

Loading…
Cancel
Save