mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-10-01 13:09:44 +00:00
Merge pull request #641 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
This commit is contained in:
commit
848039ff9e
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