aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-04-25 09:27:53 -0400
committerGravatar GitHub <noreply@github.com> 2023-04-25 09:27:53 -0400
commitd58daf7638c6c9928fe67c3477d6c76128055581 (patch)
tree1d7cc4acd92cac2f6f55c3f7929a4879b83831c4 /go.mod
parent18180d807f371dd2bbfd9befdb49ccd23096a3a0 (diff)
downloadcoredns-d58daf7638c6c9928fe67c3477d6c76128055581.tar.gz
coredns-d58daf7638c6c9928fe67c3477d6c76128055581.tar.zst
coredns-d58daf7638c6c9928fe67c3477d6c76128055581.zip
build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.7 to 3.5.8 (#6048)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.7 to 3.5.8. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Changelog](https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.ppc64le) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.7...v3.5.8) --- 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 94033b52d..79334c011 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.42.0
go.etcd.io/etcd/api/v3 v3.5.8
- go.etcd.io/etcd/client/v3 v3.5.7
+ go.etcd.io/etcd/client/v3 v3.5.8
golang.org/x/crypto v0.7.0
golang.org/x/sys v0.6.0
google.golang.org/api v0.114.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.7 // indirect
+ go.etcd.io/etcd/client/pkg/v3 v3.5.8 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect