grafana/0002-Update-exporter-toolkit-to-version-0.7.3.patch
Tatjana Dehler 6af155934e Accepting request 1065931 from home:witekbedyk:branches:server:monitoring
- 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
2023-02-16 15:27:16 +00:00

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