diff options
author | 2019-09-16 09:53:20 +0000 | |
---|---|---|
committer | 2019-09-16 10:53:20 +0100 | |
commit | 7e6e9175cfb16c69d8d8b4e2368390576adda739 (patch) | |
tree | 776d79e33684932e1d7fb1a58a28ef6977baf6bf /go.mod | |
parent | 88d25cdc2038f06d6e80ba637a16ff806c390ede (diff) | |
download | coredns-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |