mirror of
https://github.com/coredns/coredns.git
synced 2026-08-20 23:08:28 -04:00
build(deps): bump the go-etcd-io group across 1 directory with 2 updates
Bumps the go-etcd-io group with 2 updates in the / directory: [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) and [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd). Updates `go.etcd.io/etcd/api/v3` from 3.6.13 to 3.7.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.6.13...v3.7.1) Updates `go.etcd.io/etcd/client/v3` from 3.6.13 to 3.7.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.6.13...v3.7.1) --- updated-dependencies: - dependency-name: go.etcd.io/etcd/api/v3 dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-etcd-io - dependency-name: go.etcd.io/etcd/client/v3 dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-etcd-io ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
11
go.mod
11
go.mod
@@ -2,7 +2,7 @@ module github.com/coredns/coredns
|
||||
|
||||
// Note this minimum version requirement. CoreDNS supports the last two
|
||||
// Go versions. This follows the upstream Go project support.
|
||||
go 1.25.0
|
||||
go 1.26
|
||||
|
||||
require (
|
||||
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
||||
@@ -34,8 +34,8 @@ require (
|
||||
github.com/prometheus/common v0.70.1
|
||||
github.com/quic-go/quic-go v0.61.0
|
||||
github.com/stretchr/testify v1.12.0
|
||||
go.etcd.io/etcd/api/v3 v3.6.13
|
||||
go.etcd.io/etcd/client/v3 v3.6.13
|
||||
go.etcd.io/etcd/api/v3 v3.7.1
|
||||
go.etcd.io/etcd/client/v3 v3.7.1
|
||||
go.uber.org/automaxprocs v1.6.0
|
||||
golang.org/x/crypto v0.55.0
|
||||
golang.org/x/sys v0.47.0
|
||||
@@ -123,7 +123,6 @@ require (
|
||||
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
||||
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
||||
github.com/go-openapi/swag v0.23.0 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
@@ -134,7 +133,7 @@ require (
|
||||
github.com/googleapis/enterprise-certificate-proxy v0.3.19 // indirect
|
||||
github.com/googleapis/gax-go/v2 v2.23.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4 // indirect
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
|
||||
github.com/hashicorp/cronexpr v1.1.3 // indirect
|
||||
github.com/hashicorp/errwrap v1.1.0 // indirect
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
@@ -183,7 +182,7 @@ require (
|
||||
github.com/x448/float16 v0.8.4 // indirect
|
||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||
github.com/zeebo/blake3 v0.2.4 // indirect
|
||||
go.etcd.io/etcd/client/pkg/v3 v3.6.13 // indirect
|
||||
go.etcd.io/etcd/client/pkg/v3 v3.7.1 // indirect
|
||||
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
||||
go.opentelemetry.io/collector/component v1.51.1-0.20260205185216-81bc641f26c0 // indirect
|
||||
go.opentelemetry.io/collector/featuregate v1.51.1-0.20260205185216-81bc641f26c0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user