diff options
author | 2023-03-13 10:16:41 -0400 | |
---|---|---|
committer | 2023-03-13 10:16:41 -0400 | |
commit | 792b8228e984fc910196bd3a55e9f40b51efe8af (patch) | |
tree | b5ba3d36b42394fb86a7e3c215841a2aa2a5b20b /go.mod | |
parent | 7fb2aca487b8d83f81da77b05481dabbe4cd1728 (diff) | |
download | coredns-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |