diff options
author | 2024-03-11 14:22:34 -0400 | |
---|---|---|
committer | 2024-03-11 14:22:34 -0400 | |
commit | a4cbd95795d4d5cd69ddd6628eb254fade3b6037 (patch) | |
tree | 2ae2d3fedec14e46b816ff4389f4ce29b419c42a /go.mod | |
parent | 95485e314490ed73260e3773e603fee21ac7f170 (diff) | |
download | coredns-a4cbd95795d4d5cd69ddd6628eb254fade3b6037.tar.gz coredns-a4cbd95795d4d5cd69ddd6628eb254fade3b6037.tar.zst coredns-a4cbd95795d4d5cd69ddd6628eb254fade3b6037.zip |
build(deps): bump github.com/prometheus/common from 0.48.0 to 0.50.0 (#6542)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.48.0 to 0.50.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.48.0...v0.50.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 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -23,15 +23,15 @@ require ( github.com/oschwald/geoip2-golang v1.9.0 github.com/prometheus/client_golang v1.19.0 github.com/prometheus/client_model v0.6.0 - github.com/prometheus/common v0.48.0 + github.com/prometheus/common v0.50.0 github.com/quic-go/quic-go v0.41.0 go.etcd.io/etcd/api/v3 v3.5.12 go.etcd.io/etcd/client/v3 v3.5.12 - golang.org/x/crypto v0.18.0 - golang.org/x/sys v0.16.0 + golang.org/x/crypto v0.21.0 + golang.org/x/sys v0.18.0 google.golang.org/api v0.159.0 google.golang.org/grpc v1.61.0 - google.golang.org/protobuf v1.32.0 + google.golang.org/protobuf v1.33.0 gopkg.in/DataDog/dd-trace-go.v1 v1.61.0 k8s.io/api v0.29.2 k8s.io/apimachinery v0.29.2 @@ -120,9 +120,9 @@ require ( go.uber.org/zap v1.17.0 // indirect golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect golang.org/x/mod v0.14.0 // indirect - golang.org/x/net v0.20.0 // indirect - golang.org/x/oauth2 v0.16.0 // indirect - golang.org/x/term v0.16.0 // indirect + golang.org/x/net v0.22.0 // indirect + golang.org/x/oauth2 v0.18.0 // indirect + golang.org/x/term v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.5.0 // indirect golang.org/x/tools v0.17.0 // indirect |