diff options
author | 2024-05-20 21:56:35 +0200 | |
---|---|---|
committer | 2024-05-20 21:56:35 +0200 | |
commit | fc90b23dea80bf9110e19c2719a57752b9b9882f (patch) | |
tree | 9142fd0ea3f33cae5c6fab8eba177a5945dab15c /go.mod | |
parent | 533b0357f9536194074153707092ef6015fada49 (diff) | |
download | coredns-fc90b23dea80bf9110e19c2719a57752b9b9882f.tar.gz coredns-fc90b23dea80bf9110e19c2719a57752b9b9882f.tar.zst coredns-fc90b23dea80bf9110e19c2719a57752b9b9882f.zip |
build(deps): bump the go-etcd-io group with 2 updates (#6602)
Bumps the go-etcd-io group with 2 updates: [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) and [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd).
Updates `go.etcd.io/etcd/api/v3` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.12...v3.5.13)
Updates `go.etcd.io/etcd/client/v3` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.12...v3.5.13)
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/api/v3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-etcd-io
- dependency-name: go.etcd.io/etcd/client/v3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-etcd-io
...
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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,8 +25,8 @@ require ( github.com/prometheus/client_model v0.6.1 github.com/prometheus/common v0.53.0 github.com/quic-go/quic-go v0.42.0 - go.etcd.io/etcd/api/v3 v3.5.12 - go.etcd.io/etcd/client/v3 v3.5.12 + go.etcd.io/etcd/api/v3 v3.5.13 + go.etcd.io/etcd/client/v3 v3.5.13 golang.org/x/crypto v0.22.0 golang.org/x/sys v0.20.0 google.golang.org/api v0.172.0 @@ -108,7 +108,7 @@ require ( github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tinylib/msgp v1.1.8 // indirect - go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect + go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect go.opentelemetry.io/otel v1.24.0 // indirect |