aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-11-14 16:40:27 -0500
committerGravatar GitHub <noreply@github.com> 2022-11-14 16:40:27 -0500
commita83fd41428fc87273de76f4f10e4e60e1fd3895d (patch)
treeb2ec9a7e689986196a87d0c1482917b655a715fb /go.mod
parente6dc27046707483cede2d466040e734653e54e6c (diff)
downloadcoredns-a83fd41428fc87273de76f4f10e4e60e1fd3895d.tar.gz
coredns-a83fd41428fc87273de76f4f10e4e60e1fd3895d.tar.zst
coredns-a83fd41428fc87273de76f4f10e4e60e1fd3895d.zip
build(deps): bump github.com/prometheus/client_golang (#5760)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 95c265ad5..643825272 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0
github.com/openzipkin/zipkin-go v0.4.1
github.com/oschwald/geoip2-golang v1.8.0
- github.com/prometheus/client_golang v1.13.1
+ github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.37.0
go.etcd.io/etcd/api/v3 v3.5.5