aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-07 14:29:19 -0500
committerGravatar GitHub <noreply@github.com> 2024-03-07 14:29:19 -0500
commit3d67ee907d26800e76ec6c91ac6c83e87550c52a (patch)
treeb49a491e627c40bb1b757f477b9f43794492c8d5 /go.mod
parentc8aa7c864a18b915b174ca28001f05ed82b258e8 (diff)
downloadcoredns-3d67ee907d26800e76ec6c91ac6c83e87550c52a.tar.gz
coredns-3d67ee907d26800e76ec6c91ac6c83e87550c52a.tar.zst
coredns-3d67ee907d26800e76ec6c91ac6c83e87550c52a.zip
build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.11 to 3.5.12 (#6503)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.11 to 3.5.12. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.11...v3.5.12) --- 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 474a093a4..4112c0e25 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/prometheus/common v0.45.0
github.com/quic-go/quic-go v0.40.1
go.etcd.io/etcd/api/v3 v3.5.12
- go.etcd.io/etcd/client/v3 v3.5.11
+ go.etcd.io/etcd/client/v3 v3.5.12
golang.org/x/crypto v0.18.0
golang.org/x/sys v0.16.0
google.golang.org/api v0.159.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.11 // indirect
+ go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect