diff options
author | 2023-05-04 10:45:47 +0200 | |
---|---|---|
committer | 2023-05-04 10:45:47 +0200 | |
commit | 74c23f400c9c5c5517183750e38693e108477646 (patch) | |
tree | 651518e681197cca4e728278dc02b1e3f33f97c4 /go.mod | |
parent | 7d9856e5a7858d4edead9797423027ab2b8c4a30 (diff) | |
download | coredns-74c23f400c9c5c5517183750e38693e108477646.tar.gz coredns-74c23f400c9c5c5517183750e38693e108477646.tar.zst coredns-74c23f400c9c5c5517183750e38693e108477646.zip |
build(deps): bump github.com/prometheus/client_golang (#6062)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.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.14.0...v1.15.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
@@ -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.14.0 + github.com/prometheus/client_golang v1.15.0 github.com/prometheus/client_model v0.3.0 github.com/prometheus/common v0.42.0 go.etcd.io/etcd/api/v3 v3.5.8 @@ -94,7 +94,7 @@ require ( github.com/oschwald/maxminddb-golang v1.10.0 // indirect github.com/philhofer/fwd v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus/procfs v0.8.0 // indirect + github.com/prometheus/procfs v0.9.0 // indirect github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tinylib/msgp v1.1.6 // indirect |