aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-05-03 02:23:20 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-03 02:23:20 -0700
commit32e2bd1ddd2840a9e7e857e1b9775e24086076ae (patch)
tree5f99fef48cd2f2803c5130bb1e98f74f159f46e1
parentb37eb74498e94a3954287056adecf5243af20f26 (diff)
downloadcoredns-32e2bd1ddd2840a9e7e857e1b9775e24086076ae.tar.gz
coredns-32e2bd1ddd2840a9e7e857e1b9775e24086076ae.tar.zst
coredns-32e2bd1ddd2840a9e7e857e1b9775e24086076ae.zip
build(deps): bump github.com/prometheus/common from 0.21.0 to 0.23.0 (#4596)
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 808c1a36e..3c3cff389 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/philhofer/fwd v1.1.1 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.21.0
+ github.com/prometheus/common v0.23.0
go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
diff --git a/go.sum b/go.sum
index 9c8770a94..33f7a48ef 100644
--- a/go.sum
+++ b/go.sum
@@ -427,8 +427,8 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA=
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
github.com/prometheus/common v0.18.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
-github.com/prometheus/common v0.21.0 h1:SMvI2JVldvfUvRVlP64jkIJEC6WiGHJcN2e5tB+ztF8=
-github.com/prometheus/common v0.21.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
+github.com/prometheus/common v0.23.0 h1:GXWvPYuTUenIa+BhOq/x+L/QZzCqASkVRny5KTlPDGM=
+github.com/prometheus/common v0.23.0/go.mod h1:H6QK/N6XVT42whUeIdI3dp36w49c+/iMDk7UAI2qm7Q=
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=