3fa623b162
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.14 to 1.1.25. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.14...v1.1.25) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
231 B
Modula-2
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.0
|
|
github.com/prometheus/common v0.31.1
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
)
|