dnsmasq_exporter/go.mod
dependabot[bot] 08fab8ede7
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#22)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.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.11.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-15 08:27:27 +01:00

11 lines
231 B
Modula-2

module github.com/google/dnsmasq_exporter
go 1.12
require (
github.com/miekg/dns v1.1.25
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.31.1
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
)