diff options
author | 2021-04-21 10:38:42 -0700 | |
---|---|---|
committer | 2021-04-21 10:38:42 -0700 | |
commit | 60a46ccec04b31cbc31faa650993d453d19810f9 (patch) | |
tree | a33866954449c741c6c52bd96aeba2ce44d371dd /go.mod | |
parent | efc9203c3838f60f5ab4577cd4b59cd1e445d0e7 (diff) | |
download | coredns-60a46ccec04b31cbc31faa650993d453d19810f9.tar.gz coredns-60a46ccec04b31cbc31faa650993d453d19810f9.tar.zst coredns-60a46ccec04b31cbc31faa650993d453d19810f9.zip |
build(deps): bump github.com/prometheus/client_golang (#4577)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.10.0)
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
@@ -24,9 +24,9 @@ require ( github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.2.2 github.com/philhofer/fwd v1.1.1 // indirect - github.com/prometheus/client_golang v1.9.0 + github.com/prometheus/client_golang v1.10.0 github.com/prometheus/client_model v0.2.0 - github.com/prometheus/common v0.15.0 + github.com/prometheus/common v0.18.0 go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.16.0 // indirect |