aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-01-23 11:58:46 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-23 11:58:46 -0500
commite6145ade7d340672eabcd36fc788b30cffb645ef (patch)
treeeddc98bb7cf34d97b32b0dc8abce0046dcffa4f5 /go.mod
parent280ef6f405f29b56b23addab9ef785cc24699faa (diff)
downloadcoredns-e6145ade7d340672eabcd36fc788b30cffb645ef.tar.gz
coredns-e6145ade7d340672eabcd36fc788b30cffb645ef.tar.zst
coredns-e6145ade7d340672eabcd36fc788b30cffb645ef.zip
build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.6 to 3.5.7 (#5874)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.6 to 3.5.7. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Changelog](https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.6...v3.5.7) --- 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> 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3834c27d0..bd235d68e 100644
--- a/go.mod
+++ b/go.mod
@@ -24,8 +24,8 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.39.0
- go.etcd.io/etcd/api/v3 v3.5.6
- go.etcd.io/etcd/client/v3 v3.5.6
+ go.etcd.io/etcd/api/v3 v3.5.7
+ go.etcd.io/etcd/client/v3 v3.5.7
golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2
golang.org/x/sys v0.4.0
google.golang.org/api v0.107.0
@@ -97,7 +97,7 @@ require (
github.com/secure-systems-lab/go-securesystemslib v0.4.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.6 // indirect
+ go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect