diff options
author | 2023-12-12 08:44:52 -0500 | |
---|---|---|
committer | 2023-12-12 08:44:52 -0500 | |
commit | 8e22ded56c71f807af2a88e1d23f44a8730da94b (patch) | |
tree | 7ff12697fc4514f8fc193cce2199b0b4b501c0ff /go.mod | |
parent | 8ec844f9fefe446d51ba0a256cb753049f0de520 (diff) | |
download | coredns-8e22ded56c71f807af2a88e1d23f44a8730da94b.tar.gz coredns-8e22ded56c71f807af2a88e1d23f44a8730da94b.tar.zst coredns-8e22ded56c71f807af2a88e1d23f44a8730da94b.zip |
build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.10 to 3.5.11 (#6435)
Bumps [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) from 3.5.10 to 3.5.11.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.10...v3.5.11)
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/api/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ require ( github.com/prometheus/client_model v0.5.0 github.com/prometheus/common v0.45.0 github.com/quic-go/quic-go v0.40.0 - go.etcd.io/etcd/api/v3 v3.5.10 + go.etcd.io/etcd/api/v3 v3.5.11 go.etcd.io/etcd/client/v3 v3.5.10 golang.org/x/crypto v0.15.0 golang.org/x/sys v0.14.0 |