We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d09783 + a7919ad commit dbf420eCopy full SHA for dbf420e
Makefile.common
@@ -160,7 +160,7 @@ endif
160
update-go-deps:
161
@echo ">> updating Go dependencies"
162
@for m in $$($(GO) list -mod=readonly -m -f '{{ if and (not .Indirect) (not .Main)}}{{.Path}}{{end}}' all); do \
163
- $(GO) get $$m; \
+ $(GO) get -d $$m; \
164
done
165
GO111MODULE=$(GO111MODULE) $(GO) mod tidy
166
ifneq (,$(wildcard vendor))
0 commit comments