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 .