diff options
author | 2021-08-02 07:03:56 -0700 | |
---|---|---|
committer | 2021-08-02 07:03:56 -0700 | |
commit | f0660c7e399ee0ad55144e0d1048472424e31fb9 (patch) | |
tree | 5348079d7d6c0ed9b51f684a6436032df4244532 /go.mod | |
parent | 4c41c49a93c8719b0e5a44bb754d90efa19e65cc (diff) | |
download | coredns-f0660c7e399ee0ad55144e0d1048472424e31fb9.tar.gz coredns-f0660c7e399ee0ad55144e0d1048472424e31fb9.tar.zst coredns-f0660c7e399ee0ad55144e0d1048472424e31fb9.zip |
build(deps): bump github.com/prometheus/common from 0.29.0 to 0.30.0 (#4775)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.29.0...v0.30.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
@@ -27,7 +27,7 @@ require ( github.com/philhofer/fwd v1.1.1 // indirect github.com/prometheus/client_golang v1.11.0 github.com/prometheus/client_model v0.2.0 - github.com/prometheus/common v0.29.0 + github.com/prometheus/common v0.30.0 go.etcd.io/etcd/api/v3 v3.5.0 go.etcd.io/etcd/client/v3 v3.5.0 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a |