diff options
author | 2019-08-05 07:50:38 -0700 | |
---|---|---|
committer | 2019-08-05 07:50:38 -0700 | |
commit | 883d47685f7c2803c01a6b9822a96629b35d69a0 (patch) | |
tree | 8b463b6e268c17ebeff5aa5220e8263075ddf962 /go.mod | |
parent | cdb2c8e7651bc3647a4bc2a37f1e36bb9118b80d (diff) | |
download | coredns-883d47685f7c2803c01a6b9822a96629b35d69a0.tar.gz coredns-883d47685f7c2803c01a6b9822a96629b35d69a0.tar.zst coredns-883d47685f7c2803c01a6b9822a96629b35d69a0.zip |
build(deps): bump github.com/prometheus/client_golang (#3090)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.0.0 to 1.1.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.0.0...v1.1.0)
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
@@ -36,7 +36,7 @@ require ( github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 github.com/philhofer/fwd v1.0.0 // indirect github.com/pkg/errors v0.8.1 // indirect - github.com/prometheus/client_golang v1.0.0 + github.com/prometheus/client_golang v1.1.0 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 github.com/prometheus/common v0.6.0 github.com/sirupsen/logrus v1.4.2 // indirect |