chore(deps): bump github.com/prometheus/exporter-toolkit

Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.8.2 to 0.9.1.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Changelog](https://github.com/prometheus/exporter-toolkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/exporter-toolkit/compare/v0.8.2...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-12 08:35:07 +00:00
committed by Ben Reedy
parent 416ccf1228
commit e19f80e5c7
2 changed files with 36 additions and 226 deletions

3
go.mod
View File

@@ -12,9 +12,10 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.42.0
github.com/prometheus/exporter-toolkit v0.8.2
github.com/prometheus/exporter-toolkit v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/yusufpapurcu/wmi v1.2.2
go.opencensus.io v0.23.0 // indirect
golang.org/x/sys v0.6.0
gopkg.in/yaml.v3 v3.0.1
)