From 4484810c05fcc802908829b8ffd0f0aefd2a763d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 22 Sep 2013 09:55:01 -0700 Subject: [PATCH] make updatedeps updates the core deps too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e3d7e9fcd..a74b30740 100644 --- a/Makefile +++ b/Makefile @@ -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: