aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2020-06-22 07:34:11 -0700
committerGravatar GitHub <noreply@github.com> 2020-06-22 07:34:11 -0700
commitc570c33fb274aa0ae2976751198354c315084a5d (patch)
treee7cdc3eb06c21db50ce163b70d23cff141de15ce /go.mod
parent95726545fe36d3908b86e894861fc82520e4c0d1 (diff)
downloadcoredns-c570c33fb274aa0ae2976751198354c315084a5d.tar.gz
coredns-c570c33fb274aa0ae2976751198354c315084a5d.tar.zst
coredns-c570c33fb274aa0ae2976751198354c315084a5d.zip
build(deps): bump github.com/prometheus/client_golang (#3957)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.6.0 to 1.7.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.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1535081ea..cec2e21a9 100644
--- a/go.mod
+++ b/go.mod
@@ -27,7 +27,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.6.0
+ github.com/prometheus/client_golang v1.7.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.10.0
github.com/prometheus/prometheus v2.5.0+incompatible
@@ -35,7 +35,7 @@ require (
go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb
go.uber.org/zap v1.14.1 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
- golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
+ golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
google.golang.org/api v0.26.0
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.24.1