aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2019-09-16 09:53:20 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2019-09-16 10:53:20 +0100
commit7e6e9175cfb16c69d8d8b4e2368390576adda739 (patch)
tree776d79e33684932e1d7fb1a58a28ef6977baf6bf /go.mod
parent88d25cdc2038f06d6e80ba637a16ff806c390ede (diff)
downloadcoredns-7e6e9175cfb16c69d8d8b4e2368390576adda739.tar.gz
coredns-7e6e9175cfb16c69d8d8b4e2368390576adda739.tar.zst
coredns-7e6e9175cfb16c69d8d8b4e2368390576adda739.zip
build(deps): bump github.com/prometheus/common from 0.6.0 to 0.7.0 (#3281)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.6.0...v0.7.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 13557c537..718fbc99a 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
github.com/pkg/errors v0.8.1 // indirect
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/prometheus/common v0.7.0
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/tinylib/msgp v1.1.0 // indirect