diff options
author | 2020-06-29 10:34:27 -0700 | |
---|---|---|
committer | 2020-06-29 10:34:27 -0700 | |
commit | df67ba15ecbe008084cf8c862dcd9c7370ca1313 (patch) | |
tree | e4966182122aca9b4a4384aec13070ca147042f4 /go.mod | |
parent | 3ee7fc5ab746979515bcdbb2dab2c01ce666b646 (diff) | |
download | coredns-df67ba15ecbe008084cf8c862dcd9c7370ca1313.tar.gz coredns-df67ba15ecbe008084cf8c862dcd9c7370ca1313.tar.zst coredns-df67ba15ecbe008084cf8c862dcd9c7370ca1313.zip |
build(deps): bump github.com/prometheus/client_golang (#3979)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.0 to 1.7.1.
- [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.7.0...v1.7.1)
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
@@ -27,7 +27,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.7.0 + github.com/prometheus/client_golang v1.7.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.10.0 github.com/prometheus/prometheus v2.5.0+incompatible |