diff options
author | 2019-08-12 18:26:01 +0000 | |
---|---|---|
committer | 2019-08-12 18:26:01 +0000 | |
commit | cdbe55e551e991803f2cb480f4d7407b17a62707 (patch) | |
tree | bff83cdf27803419068e4e1095eae494b40308a8 /go.mod | |
parent | 6466d010557383620b5887f2754560773ca55088 (diff) | |
download | coredns-cdbe55e551e991803f2cb480f4d7407b17a62707.tar.gz coredns-cdbe55e551e991803f2cb480f4d7407b17a62707.tar.zst coredns-cdbe55e551e991803f2cb480f4d7407b17a62707.zip |
build(deps): bump github.com/prometheus/client_golang (#3111)
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
@@ -39,7 +39,7 @@ require ( github.com/openzipkin/zipkin-go-opentracing v0.3.5 // indirect 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 |