diff options
author | 2023-10-27 13:15:39 -0700 | |
---|---|---|
committer | 2023-10-27 13:15:39 -0700 | |
commit | 1403a1a3610e3771a6dbfc88537fa8115e62d172 (patch) | |
tree | 6ece96acbd3953a9f6802a9db4bb750936c873c0 /go.mod | |
parent | 13119ef081fdd59131659615fa436d76b8a200a6 (diff) | |
download | coredns-1403a1a3610e3771a6dbfc88537fa8115e62d172.tar.gz coredns-1403a1a3610e3771a6dbfc88537fa8115e62d172.tar.zst coredns-1403a1a3610e3771a6dbfc88537fa8115e62d172.zip |
build(deps): bump github.com/prometheus/client_model from 0.4.0 to 0.5.0 (#6365)
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/compare/v0.4.0...v0.5.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>
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.2 github.com/oschwald/geoip2-golang v1.9.0 github.com/prometheus/client_golang v1.17.0 - github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 + github.com/prometheus/client_model v0.5.0 github.com/prometheus/common v0.45.0 github.com/quic-go/quic-go v0.39.1 go.etcd.io/etcd/api/v3 v3.5.9 |