diff options
author | 2020-02-10 11:42:34 +0100 | |
---|---|---|
committer | 2020-02-10 11:42:34 +0100 | |
commit | 3db023c0af22432efc5af3fe5c946473a84d3eb4 (patch) | |
tree | 14c93a6765449b7e0bcbc372a275b8362a28f538 /go.mod | |
parent | c4fc5cb54ab262ca4d41dbb3b59d4f50b8486057 (diff) | |
download | coredns-3db023c0af22432efc5af3fe5c946473a84d3eb4.tar.gz coredns-3db023c0af22432efc5af3fe5c946473a84d3eb4.tar.zst coredns-3db023c0af22432efc5af3fe5c946473a84d3eb4.zip |
build(deps): bump github.com/prometheus/client_golang (#3665)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.0 to 1.4.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.4.0...v1.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,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.0 + github.com/prometheus/client_golang v1.4.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.9.1 github.com/tinylib/msgp v1.1.0 // indirect |