forked from mirrors/statsd_exporter
Merge pull request #401 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
This commit is contained in:
commit
95d34445ed
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue