From d43ceb0c1fa510d1e948abc46513322958eec275 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Fri, 4 Mar 2016 21:42:32 -0500 Subject: [PATCH] Add make task to update go deps --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8ba1aa7ae..a46f1cfa6 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ build: $(GENERATED) go install -v -ldflags '$(LDFLAGS)' -tags '$(TAGS)' cp '$(GOPATH)/bin/gogs' . +updatedeps: + go get -u ./... + govet: go tool vet -composites=false -methods=false -structtags=false .