diff options
author | 2020-01-20 09:23:49 +0100 | |
---|---|---|
committer | 2020-01-20 09:23:49 +0100 | |
commit | 72ec2c92512cc22b0ac2d3010e9c39327084016e (patch) | |
tree | 90317afa5d1f85949e280787b11ab4b5d5693ccf /go.mod | |
parent | 74fbea31902cff2a9347c699956d216f7b280884 (diff) | |
download | coredns-72ec2c92512cc22b0ac2d3010e9c39327084016e.tar.gz coredns-72ec2c92512cc22b0ac2d3010e9c39327084016e.tar.zst coredns-72ec2c92512cc22b0ac2d3010e9c39327084016e.zip |
build(deps): bump github.com/prometheus/client_model from 0.1.0 to 0.2.0 (#3607)
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/compare/v0.1.0...v0.2.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
@@ -30,7 +30,7 @@ require ( github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 github.com/philhofer/fwd v1.0.0 // indirect github.com/prometheus/client_golang v1.3.0 - github.com/prometheus/client_model v0.1.0 + github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.7.0 github.com/tinylib/msgp v1.1.0 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect |