diff options
author | 2023-05-31 13:20:20 +0200 | |
---|---|---|
committer | 2023-05-31 13:20:20 +0200 | |
commit | b38a445c4b52a94230127842e0f868a17038654d (patch) | |
tree | 4cadef48c01b2c2819640e0f038a935b01255226 /go.mod | |
parent | 426b5b6bc3ca166a4048b3f6b1c13ab2d1f6ba36 (diff) | |
download | coredns-b38a445c4b52a94230127842e0f868a17038654d.tar.gz coredns-b38a445c4b52a94230127842e0f868a17038654d.tar.zst coredns-b38a445c4b52a94230127842e0f868a17038654d.zip |
build(deps): bump github.com/prometheus/common from 0.43.0 to 0.44.0 (#6131)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.43.0...v0.44.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.15.1 github.com/prometheus/client_model v0.4.0 - github.com/prometheus/common v0.43.0 + github.com/prometheus/common v0.44.0 go.etcd.io/etcd/api/v3 v3.5.9 go.etcd.io/etcd/client/v3 v3.5.9 golang.org/x/crypto v0.9.0 |