mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-10-03 14:09:43 +00:00
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
d0fd88fea4
commit
e94c23c18f
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ common-deps:
|
|||
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 -d $$m; \
|
||||
$(GO) get $$m; \
|
||||
done
|
||||
$(GO) mod tidy
|
||||
|
||||
|
|
Loading…
Reference in a new issue