6af155934e
- Update prometheus/exporter-toolkit to version 0.7.3 (bsc#1208065, CVE-2022-46146) - Require Go 1.19 or newer OBS-URL: https://build.opensuse.org/request/show/1065931 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=95
24 lines
817 B
Diff
24 lines
817 B
Diff
From: Witek Bedyk <witold.bedyk@suse.com>
|
|
Subject: [PATCH] Update exporter-toolkit to version 0.7.3
|
|
|
|
---
|
|
go.mod | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/go.mod b/go.mod
|
|
index 2572cebe7e..91829bc695 100644
|
|
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -218,7 +218,7 @@ require (
|
|
github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
|
- github.com/prometheus/exporter-toolkit v0.7.0 // indirect
|
|
+ github.com/prometheus/exporter-toolkit v0.7.3 // indirect
|
|
github.com/prometheus/node_exporter v1.0.0-rc.0.0.20200428091818-01054558c289 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20201118171849-f6a6b3f636fc // indirect
|
|
--
|
|
2.35.3
|
|
|