diff options
author | 2024-06-05 14:43:57 -0400 | |
---|---|---|
committer | 2024-06-05 14:43:57 -0400 | |
commit | cb493e0b7daa9a480a1b843f0228ce1d089a7d60 (patch) | |
tree | a6640711820fde96d92cba4edb77fc93211e46cd /go.mod | |
parent | 0ed689e2d0401bc91b0876f3c0f41c89bbf83b34 (diff) | |
download | coredns-cb493e0b7daa9a480a1b843f0228ce1d089a7d60.tar.gz coredns-cb493e0b7daa9a480a1b843f0228ce1d089a7d60.tar.zst coredns-cb493e0b7daa9a480a1b843f0228ce1d089a7d60.zip |
build(deps): bump github.com/prometheus/client_golang (#6707)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1.
- [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.19.0...v1.19.1)
---
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ require ( github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 github.com/openzipkin/zipkin-go v0.4.3 github.com/oschwald/geoip2-golang v1.9.0 - github.com/prometheus/client_golang v1.19.0 + github.com/prometheus/client_golang v1.19.1 github.com/prometheus/client_model v0.6.1 github.com/prometheus/common v0.53.0 github.com/quic-go/quic-go v0.42.0 |