aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2019-10-21 16:46:41 -0700
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-10-21 16:46:41 -0700
commitdfcb4edbe9f8adc774703b40e9134452d9918bde (patch)
tree71917bee2d90dd7db57e6e9305ae6f52480869b3 /go.mod
parent9c59b0e02af6c37dc7003d81871610f531a31b5a (diff)
downloadcoredns-dfcb4edbe9f8adc774703b40e9134452d9918bde.tar.gz
coredns-dfcb4edbe9f8adc774703b40e9134452d9918bde.tar.zst
coredns-dfcb4edbe9f8adc774703b40e9134452d9918bde.zip
build(deps): bump github.com/prometheus/client_golang (#3390)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.1.0 to 1.2.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.1.0...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 70e8e3fb8..79c7d2829 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,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.1.0
+ github.com/prometheus/client_golang v1.2.1
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/prometheus/common v0.7.0
github.com/spf13/pflag v1.0.3 // indirect