aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-08 10:19:27 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-08 10:19:27 -0700
commita28a01d73d53c062da0021d3e02093974882b045 (patch)
tree5f3399e8f2cba4b94d88ebd309350b6fb35d50f6 /go.mod
parentaade56ef112dc0ddd62bd8dabf741a7f9c5a6191 (diff)
downloadcoredns-a28a01d73d53c062da0021d3e02093974882b045.tar.gz
coredns-a28a01d73d53c062da0021d3e02093974882b045.tar.zst
coredns-a28a01d73d53c062da0021d3e02093974882b045.zip
build(deps): bump github.com/prometheus/common from 0.42.0 to 0.43.0 (#6085)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index afec9bf68..25fbdfbcf 100644
--- a/go.mod
+++ b/go.mod
@@ -21,9 +21,9 @@ 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.15.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.42.0
+ github.com/prometheus/client_golang v1.15.1
+ github.com/prometheus/client_model v0.4.0
+ github.com/prometheus/common v0.43.0
go.etcd.io/etcd/api/v3 v3.5.8
go.etcd.io/etcd/client/v3 v3.5.8
golang.org/x/crypto v0.8.0