diff options
author | 2022-10-25 11:37:20 -0400 | |
---|---|---|
committer | 2022-10-25 11:37:20 -0400 | |
commit | fb1454232e121d77d78ffd7bad45f8982d7e3a52 (patch) | |
tree | b8fbf0d5cd34558c2ed3b2053707856f5aed5caf /go.mod | |
parent | 08d9ecc7895f869ec425acefbab2c95a3695416b (diff) | |
download | coredns-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |