diff options
author | 2022-01-31 14:39:35 -0800 | |
---|---|---|
committer | 2022-01-31 14:39:35 -0800 | |
commit | afdaeb30c2f4384dcc3adeb478e699ef1f16f700 (patch) | |
tree | 2a09e8020fc085dc62e02c231f958782971ccd4e /go.mod | |
parent | 4d6cc566cb2c15509d421eadc8a75968b4a3a5e3 (diff) | |
download | coredns-afdaeb30c2f4384dcc3adeb478e699ef1f16f700.tar.gz coredns-afdaeb30c2f4384dcc3adeb478e699ef1f16f700.tar.zst coredns-afdaeb30c2f4384dcc3adeb478e699ef1f16f700.zip |
build(deps): bump github.com/prometheus/client_golang (#5143)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.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.12.0...v1.12.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
@@ -20,7 +20,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.6.1 - github.com/prometheus/client_golang v1.12.0 + github.com/prometheus/client_golang v1.12.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.32.1 go.etcd.io/etcd/api/v3 v3.5.1 |