diff options
author | 2020-09-28 14:56:58 +0200 | |
---|---|---|
committer | 2020-09-28 14:56:58 +0200 | |
commit | db1439fe5f5442206746b50093c16a66a1ea48f6 (patch) | |
tree | ce569f97638e7c196be48be8ea805703fe011cb2 /go.mod | |
parent | 25c3ef52f2505be8ca9a1a3561b1bd683d528ab1 (diff) | |
download | coredns-db1439fe5f5442206746b50093c16a66a1ea48f6.tar.gz coredns-db1439fe5f5442206746b50093c16a66a1ea48f6.tar.zst coredns-db1439fe5f5442206746b50093c16a66a1ea48f6.zip |
build(deps): bump github.com/prometheus/common from 0.13.0 to 0.14.0 (#4149)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.13.0...v0.14.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ require ( github.com/philhofer/fwd v1.0.0 // indirect github.com/prometheus/client_golang v1.7.1 github.com/prometheus/client_model v0.2.0 - github.com/prometheus/common v0.13.0 + github.com/prometheus/common v0.14.0 go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb go.uber.org/zap v1.14.1 // indirect golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 |