diff options
author | 2023-05-26 15:08:32 +0200 | |
---|---|---|
committer | 2023-05-26 15:08:32 +0200 | |
commit | 87154acb3b2d4f9950ca02cec523be40f4bdc1ca (patch) | |
tree | 47ead614de05b0cfba76fdd531b0e1d980ef858a /go.mod | |
parent | aef4bd2d02fd4820c2207c63f7482ecb1e484680 (diff) | |
download | coredns-87154acb3b2d4f9950ca02cec523be40f4bdc1ca.tar.gz coredns-87154acb3b2d4f9950ca02cec523be40f4bdc1ca.tar.zst coredns-87154acb3b2d4f9950ca02cec523be40f4bdc1ca.zip |
build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.8 to 3.5.9 (#6096)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.9.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.9)
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,8 +24,8 @@ require ( 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 + go.etcd.io/etcd/api/v3 v3.5.9 + go.etcd.io/etcd/client/v3 v3.5.9 golang.org/x/crypto v0.9.0 golang.org/x/sys v0.8.0 google.golang.org/api v0.121.0 @@ -98,7 +98,7 @@ require ( github.com/secure-systems-lab/go-securesystemslib v0.5.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tinylib/msgp v1.1.6 // indirect - go.etcd.io/etcd/client/pkg/v3 v3.5.8 // indirect + go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect go.opencensus.io v0.24.0 // indirect go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.6.0 // indirect |