aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-05-23 06:40:41 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-23 06:40:41 -0700
commitb7e4f05f08e761fc71d7e7d2c85afd3ee6ef3542 (patch)
treedc66a4872f1cd3780419f85f30781befa9fe6009 /go.mod
parentcf4f531ef8035e470287da838ecc8b714ed5cf2e (diff)
downloadcoredns-b7e4f05f08e761fc71d7e7d2c85afd3ee6ef3542.tar.gz
coredns-b7e4f05f08e761fc71d7e7d2c85afd3ee6ef3542.tar.zst
coredns-b7e4f05f08e761fc71d7e7d2c85afd3ee6ef3542.zip
build(deps): bump github.com/prometheus/client_golang (#5399)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.12.2. - [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.12.1...v1.12.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fe66ce619..74a48f1a1 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
github.com/openzipkin/zipkin-go v0.4.0
github.com/oschwald/geoip2-golang v1.7.0
- github.com/prometheus/client_golang v1.12.1
+ github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.34.0
go.etcd.io/etcd/api/v3 v3.5.4