diff options
author | 2020-05-18 07:25:26 -0700 | |
---|---|---|
committer | 2020-05-18 07:25:26 -0700 | |
commit | 915ed1ebd92ef87ecbd5dbb71e727cebd8f0ede6 (patch) | |
tree | 86dc9a2ce9a1e8735819067055261f1d80246a7f | |
parent | 860215ea71922955c55b7e7e78bc10cc3edb9d60 (diff) | |
download | coredns-915ed1ebd92ef87ecbd5dbb71e727cebd8f0ede6.tar.gz coredns-915ed1ebd92ef87ecbd5dbb71e727cebd8f0ede6.tar.zst coredns-915ed1ebd92ef87ecbd5dbb71e727cebd8f0ede6.zip |
build(deps): bump github.com/prometheus/common from 0.9.1 to 0.10.0 (#3894)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.9.1...v0.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/philhofer/fwd v1.0.0 // indirect github.com/prometheus/client_golang v1.6.0 github.com/prometheus/client_model v0.2.0 - github.com/prometheus/common v0.9.1 + github.com/prometheus/common v0.10.0 github.com/prometheus/prometheus v2.5.0+incompatible github.com/tinylib/msgp v1.1.2 // indirect go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb @@ -410,6 +410,8 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8 github.com/prometheus/common v0.6.0/go.mod h1:eBmuwkDJBwy6iBfxCBob6t6dR6ENT/y+J+Zk0j9GMYc= github.com/prometheus/common v0.9.1 h1:KOMtN28tlbam3/7ZKEYKHhKoJZYYj3gMH4uc62x7X7U= github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= +github.com/prometheus/common v0.10.0 h1:RyRA7RzGXQZiW+tGMr7sxa85G1z0yOpM1qq5c8lNawc= +github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= |