fix(deps): update module github.com/prometheus/exporter-toolkit to v0.15.1 (0.31) (#2355)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-20 01:37:56 +01:00
committed by GitHub
parent 2a95da9776
commit f8ee898b51
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_model v0.6.2
github.com/prometheus/common v0.67.5
github.com/prometheus/exporter-toolkit v0.14.0
github.com/prometheus/exporter-toolkit v0.15.1
github.com/stretchr/testify v1.11.1
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/sys v0.42.0
@@ -38,7 +38,7 @@ require (
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.14.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)