aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-13 10:16:41 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-13 10:16:41 -0400
commit792b8228e984fc910196bd3a55e9f40b51efe8af (patch)
treeb5ba3d36b42394fb86a7e3c215841a2aa2a5b20b /go.mod
parent7fb2aca487b8d83f81da77b05481dabbe4cd1728 (diff)
downloadcoredns-792b8228e984fc910196bd3a55e9f40b51efe8af.tar.gz
coredns-792b8228e984fc910196bd3a55e9f40b51efe8af.tar.zst
coredns-792b8228e984fc910196bd3a55e9f40b51efe8af.zip
build(deps): bump github.com/prometheus/common from 0.40.0 to 0.42.0 (#5961)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.40.0 to 0.42.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.40.0...v0.42.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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 9b785ba24..cf812e7f1 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
github.com/oschwald/geoip2-golang v1.8.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.40.0
+ github.com/prometheus/common v0.42.0
go.etcd.io/etcd/api/v3 v3.5.7
go.etcd.io/etcd/client/v3 v3.5.7
golang.org/x/crypto v0.7.0