diff options
author | 2022-11-08 10:53:00 -0500 | |
---|---|---|
committer | 2022-11-08 10:53:00 -0500 | |
commit | 0a5e8eaffbd5a181ce24f26c1de5dde91e644c52 (patch) | |
tree | 31707353a65153014c76d35075796e9aed246e24 /go.mod | |
parent | f550c37db2fb57814624a1d0f0b9166254639d8a (diff) | |
download | coredns-0a5e8eaffbd5a181ce24f26c1de5dde91e644c52.tar.gz coredns-0a5e8eaffbd5a181ce24f26c1de5dde91e644c52.tar.zst coredns-0a5e8eaffbd5a181ce24f26c1de5dde91e644c52.zip |
build(deps): bump github.com/prometheus/client_golang (#5739)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.13.1/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.0...v1.13.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>
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.1 github.com/oschwald/geoip2-golang v1.8.0 - github.com/prometheus/client_golang v1.13.0 + github.com/prometheus/client_golang v1.13.1 github.com/prometheus/client_model v0.3.0 github.com/prometheus/common v0.37.0 go.etcd.io/etcd/api/v3 v3.5.5 |