aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-10-25 11:37:20 -0400
committerGravatar GitHub <noreply@github.com> 2022-10-25 11:37:20 -0400
commitfb1454232e121d77d78ffd7bad45f8982d7e3a52 (patch)
treeb8fbf0d5cd34558c2ed3b2053707856f5aed5caf /go.mod
parent08d9ecc7895f869ec425acefbab2c95a3695416b (diff)
downloadcoredns-fb1454232e121d77d78ffd7bad45f8982d7e3a52.tar.gz
coredns-fb1454232e121d77d78ffd7bad45f8982d7e3a52.tar.zst
coredns-fb1454232e121d77d78ffd7bad45f8982d7e3a52.zip
build(deps): bump github.com/prometheus/client_model from 0.2.0 to 0.3.0 (#5713)
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](https://github.com/prometheus/client_model/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_model dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 cb0ded134..558e7819a 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/openzipkin/zipkin-go v0.4.1
github.com/oschwald/geoip2-golang v1.8.0
github.com/prometheus/client_golang v1.13.0
- github.com/prometheus/client_model v0.2.0
+ github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.37.0
go.etcd.io/etcd/api/v3 v3.5.5
go.etcd.io/etcd/client/v3 v3.5.5