diff options
author | 2020-03-09 11:37:51 +0100 | |
---|---|---|
committer | 2020-03-09 11:37:51 +0100 | |
commit | cc696afa2ed7392c8818a297c589fe721b713670 (patch) | |
tree | 3357d70e52f8df3a2d0e9d512cc0fdf9c842fbc7 /go.mod | |
parent | fa607b9fe2ca55c035ed1fa1b9988d0d3f17d709 (diff) | |
download | coredns-cc696afa2ed7392c8818a297c589fe721b713670.tar.gz coredns-cc696afa2ed7392c8818a297c589fe721b713670.tar.zst coredns-cc696afa2ed7392c8818a297c589fe721b713670.zip |
build(deps): bump github.com/prometheus/client_golang (#3739)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.1 to 1.5.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.4.1...v1.5.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.4.1 + github.com/prometheus/client_golang v1.5.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.9.1 github.com/tinylib/msgp v1.1.0 // indirect |