Commit 3eb74424 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

make updatedeps updates the core deps too

parent 3f4c9a50
...@@ -16,6 +16,7 @@ deps: ...@@ -16,6 +16,7 @@ deps:
updatedeps: updatedeps:
@echo "$(OK_COLOR)==> Updating all dependencies$(NO_COLOR)" @echo "$(OK_COLOR)==> Updating all dependencies$(NO_COLOR)"
@go get -d -v -u ./...
@echo $(DEPS) | xargs -n1 go get -d -u @echo $(DEPS) | xargs -n1 go get -d -u
clean: clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment