aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2019-08-12 18:26:01 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-12 18:26:01 +0000
commitcdbe55e551e991803f2cb480f4d7407b17a62707 (patch)
treebff83cdf27803419068e4e1095eae494b40308a8 /go.mod
parent6466d010557383620b5887f2754560773ca55088 (diff)
downloadcoredns-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d8f965a00..02c9613f0 100644
--- a/go.mod
+++ b/go.mod
@@ -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