diff options
author | 2022-04-05 08:46:43 -0400 | |
---|---|---|
committer | 2022-04-05 08:46:43 -0400 | |
commit | 142b7bd86ae060ddaf2e21a25399c53e8f893301 (patch) | |
tree | 2bf2070225f8456461704194f13f8273b671115f /go.mod | |
parent | 07362965aff94aa0a4d76966905e7c2b4c662e52 (diff) | |
download | coredns-142b7bd86ae060ddaf2e21a25399c53e8f893301.tar.gz coredns-142b7bd86ae060ddaf2e21a25399c53e8f893301.tar.zst coredns-142b7bd86ae060ddaf2e21a25399c53e8f893301.zip |
build(deps): bump github.com/prometheus/common from 0.32.1 to 0.33.0 (#5302)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.32.1...v0.33.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
@@ -21,7 +21,7 @@ require ( github.com/oschwald/geoip2-golang v1.7.0 github.com/prometheus/client_golang v1.12.1 github.com/prometheus/client_model v0.2.0 - github.com/prometheus/common v0.32.1 + github.com/prometheus/common v0.33.0 go.etcd.io/etcd/api/v3 v3.5.2 go.etcd.io/etcd/client/v3 v3.5.2 golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 |