exporter-go-mystrom/go.mod
dependabot[bot] c34f5ab25f
Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 02:34:32 +00:00

11 lines
253 B
Modula-2

module mystrom-exporter
go 1.15
require (
github.com/gorilla/mux v1.7.3
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.26.0
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
golang.org/x/tools v0.1.12
)