diff options
author | 2023-05-08 10:19:27 -0700 | |
---|---|---|
committer | 2023-05-08 10:19:27 -0700 | |
commit | a28a01d73d53c062da0021d3e02093974882b045 (patch) | |
tree | 5f3399e8f2cba4b94d88ebd309350b6fb35d50f6 /go.mod | |
parent | aade56ef112dc0ddd62bd8dabf741a7f9c5a6191 (diff) | |
download | coredns-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.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |