diff options
author | 2020-05-04 06:48:56 -0700 | |
---|---|---|
committer | 2020-05-04 06:48:56 -0700 | |
commit | 26a7245ee37bf955f01c426b3903384ba663daf7 (patch) | |
tree | c2f757abe9744e29db153db8a949fc8629fa88ee /go.mod | |
parent | a5e286ac4e1ce203c0c67b77f4042b3cf8c46ba8 (diff) | |
download | coredns-26a7245ee37bf955f01c426b3903384ba663daf7.tar.gz coredns-26a7245ee37bf955f01c426b3903384ba663daf7.tar.zst coredns-26a7245ee37bf955f01c426b3903384ba663daf7.zip |
build(deps): bump github.com/prometheus/client_golang (#3870)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.6.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.5.1...v1.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ require ( github.com/opentracing/opentracing-go v1.1.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 github.com/philhofer/fwd v1.0.0 // indirect - github.com/prometheus/client_golang v1.5.1 + github.com/prometheus/client_golang v1.6.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.9.1 github.com/prometheus/procfs v0.0.11 // indirect |