Merge pull request #2746 from prometheus/repo_sync

Synchronize common files from prometheus/prometheus
This commit is contained in:
Simon Pasquier 2021-10-29 16:41:38 +02:00 committed by GitHub
commit a6b34e3450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ endif
update-go-deps:
@echo ">> updating Go dependencies"
@for m in $$($(GO) list -mod=readonly -m -f '{{ if and (not .Indirect) (not .Main)}}{{.Path}}{{end}}' all); do \
$(GO) get $$m; \
$(GO) get -d $$m; \
done
GO111MODULE=$(GO111MODULE) $(GO) mod tidy
ifneq (,$(wildcard vendor))