diff options
author | 2022-08-08 07:44:39 -0700 | |
---|---|---|
committer | 2022-08-08 07:44:39 -0700 | |
commit | 46983a21d7f397674a941b29365e193eabde200d (patch) | |
tree | 9eab2ec8ceac3f72df968039c7371b9182b85041 /go.mod | |
parent | b0f81798ddf93d75286ca4eb33f54f4f5fdc7d21 (diff) | |
download | coredns-46983a21d7f397674a941b29365e193eabde200d.tar.gz coredns-46983a21d7f397674a941b29365e193eabde200d.tar.zst coredns-46983a21d7f397674a941b29365e193eabde200d.zip |
build(deps): bump github.com/prometheus/client_golang (#5558)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0.
- [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.2...v1.13.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
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 | 4 |
1 files changed, 2 insertions, 2 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.7.0 - github.com/prometheus/client_golang v1.12.2 + github.com/prometheus/client_golang v1.13.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.37.0 go.etcd.io/etcd/api/v3 v3.5.4 @@ -91,7 +91,7 @@ require ( github.com/oschwald/maxminddb-golang v1.9.0 // indirect github.com/philhofer/fwd v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus/procfs v0.7.3 // indirect + github.com/prometheus/procfs v0.8.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tinylib/msgp v1.1.2 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect |