Skip to content

Commit f467349

Browse files
Bump github.com/coredns/coredns from 1.11.3 to 1.12.1
Bumps [github.com/coredns/coredns](https://github.com/coredns/coredns) from 1.11.3 to 1.12.1. - [Release notes](https://github.com/coredns/coredns/releases) - [Changelog](https://github.com/coredns/coredns/blob/master/Makefile.release) - [Commits](coredns/coredns@v1.11.3...v1.12.1) --- updated-dependencies: - dependency-name: github.com/coredns/coredns dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 235cdf1 commit f467349

File tree

1,606 files changed

+219237
-27159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,606 files changed

+219237
-27159
lines changed

go.mod

Lines changed: 83 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,126 +3,157 @@ module k8s.io/dns
33
go 1.23.0
44

55
require (
6-
github.com/coredns/caddy v1.1.1
7-
github.com/coredns/coredns v1.11.3
6+
github.com/coredns/caddy v1.1.2-0.20241029205200-8de985351a98
7+
github.com/coredns/coredns v1.12.1
88
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
9-
github.com/miekg/dns v1.1.63
9+
github.com/miekg/dns v1.1.64
1010
github.com/onsi/ginkgo v1.16.5
1111
github.com/onsi/gomega v1.36.1
12-
github.com/prometheus/client_golang v1.19.1
12+
github.com/prometheus/client_golang v1.21.1
1313
github.com/spf13/pflag v1.0.6
1414
github.com/stretchr/testify v1.10.0
1515
github.com/vishvananda/netlink v1.1.0
16-
go.etcd.io/etcd/api/v3 v3.5.18
17-
go.etcd.io/etcd/client/pkg/v3 v3.5.18
16+
go.etcd.io/etcd/api/v3 v3.5.20
17+
go.etcd.io/etcd/client/pkg/v3 v3.5.20
1818
go.etcd.io/etcd/client/v2 v2.305.18
19-
go.etcd.io/etcd/client/v3 v3.5.18
19+
go.etcd.io/etcd/client/v3 v3.5.20
2020
golang.org/x/net v0.38.0
21-
k8s.io/api v0.30.12
22-
k8s.io/apimachinery v0.30.12
23-
k8s.io/client-go v0.30.12
21+
k8s.io/api v0.32.3
22+
k8s.io/apimachinery v0.32.3
23+
k8s.io/client-go v0.32.3
2424
k8s.io/component-base v0.24.7
25-
k8s.io/klog/v2 v2.120.1
25+
k8s.io/klog/v2 v2.130.1
2626
k8s.io/kubernetes v1.30.12
27-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
27+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2828
)
2929

3030
require (
31-
github.com/DataDog/appsec-internal-go v1.5.0 // indirect
32-
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
33-
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect
34-
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
35-
github.com/DataDog/go-libddwaf/v2 v2.3.2 // indirect
36-
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
37-
github.com/DataDog/sketches-go v1.4.2 // indirect
31+
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
32+
github.com/DataDog/datadog-agent/pkg/obfuscate v0.58.0 // indirect
33+
github.com/DataDog/datadog-agent/pkg/proto v0.58.0 // indirect
34+
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.58.0 // indirect
35+
github.com/DataDog/datadog-agent/pkg/trace v0.58.0 // indirect
36+
github.com/DataDog/datadog-agent/pkg/util/log v0.58.0 // indirect
37+
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.58.0 // indirect
38+
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
39+
github.com/DataDog/go-libddwaf/v3 v3.5.1 // indirect
40+
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20241206090539-a14610dc22b6 // indirect
41+
github.com/DataDog/go-sqllexer v0.0.14 // indirect
42+
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
43+
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.20.0 // indirect
44+
github.com/DataDog/sketches-go v1.4.5 // indirect
3845
github.com/Microsoft/go-winio v0.6.1 // indirect
3946
github.com/apparentlymart/go-cidr v1.1.0 // indirect
4047
github.com/beorn7/perks v1.0.1 // indirect
4148
github.com/blang/semver/v4 v4.0.0 // indirect
42-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
49+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
50+
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
4351
github.com/coreos/go-semver v0.3.1 // indirect
4452
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
4553
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4654
github.com/dnstap/golang-dnstap v0.4.0 // indirect
4755
github.com/dustin/go-humanize v1.0.1 // indirect
56+
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
4857
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
4958
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5059
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
5160
github.com/farsightsec/golang-framestream v0.3.0 // indirect
5261
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
5362
github.com/fsnotify/fsnotify v1.7.0 // indirect
5463
github.com/go-logr/logr v1.4.2 // indirect
55-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
64+
github.com/go-ole/go-ole v1.2.6 // indirect
65+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
5666
github.com/go-openapi/jsonreference v0.20.2 // indirect
57-
github.com/go-openapi/swag v0.22.3 // indirect
67+
github.com/go-openapi/swag v0.23.0 // indirect
5868
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
5969
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6070
github.com/gogo/protobuf v1.3.2 // indirect
6171
github.com/golang/protobuf v1.5.4 // indirect
6272
github.com/google/gnostic-models v0.6.8 // indirect
63-
github.com/google/go-cmp v0.6.0 // indirect
73+
github.com/google/go-cmp v0.7.0 // indirect
6474
github.com/google/gofuzz v1.2.0 // indirect
65-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
75+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
6676
github.com/google/uuid v1.6.0 // indirect
6777
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
68-
github.com/hashicorp/errwrap v1.1.0 // indirect
69-
github.com/hashicorp/go-multierror v1.1.1 // indirect
70-
github.com/imdario/mergo v0.3.12 // indirect
78+
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
79+
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
80+
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
81+
github.com/imdario/mergo v0.3.16 // indirect
7182
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7283
github.com/josharian/intern v1.0.0 // indirect
7384
github.com/json-iterator/go v1.1.12 // indirect
85+
github.com/klauspost/compress v1.17.11 // indirect
86+
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
7487
github.com/mailru/easyjson v0.7.7 // indirect
7588
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
89+
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
7690
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7791
github.com/modern-go/reflect2 v1.0.2 // indirect
7892
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7993
github.com/nxadm/tail v1.4.8 // indirect
80-
github.com/onsi/ginkgo/v2 v2.20.1 // indirect
94+
github.com/onsi/ginkgo/v2 v2.21.0 // indirect
8195
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
8296
github.com/opentracing/opentracing-go v1.2.0 // indirect
8397
github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 // indirect
84-
github.com/openzipkin/zipkin-go v0.4.2 // indirect
98+
github.com/openzipkin/zipkin-go v0.4.3 // indirect
8599
github.com/outcaste-io/ristretto v0.2.3 // indirect
86-
github.com/philhofer/fwd v1.1.2 // indirect
100+
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
87101
github.com/pkg/errors v0.9.1 // indirect
88102
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
89-
github.com/prometheus/client_model v0.6.0 // indirect
90-
github.com/prometheus/common v0.53.0 // indirect
91-
github.com/prometheus/procfs v0.12.0 // indirect
92-
github.com/quic-go/quic-go v0.48.2 // indirect
103+
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
104+
github.com/prometheus/client_model v0.6.1 // indirect
105+
github.com/prometheus/common v0.63.0 // indirect
106+
github.com/prometheus/procfs v0.15.1 // indirect
107+
github.com/quic-go/quic-go v0.50.1 // indirect
108+
github.com/rogpeppe/go-internal v1.13.1 // indirect
109+
github.com/ryanuber/go-glob v1.0.0 // indirect
93110
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
111+
github.com/shirou/gopsutil/v3 v3.24.4 // indirect
112+
github.com/shoenig/go-m1cpu v0.1.6 // indirect
94113
github.com/spf13/cobra v1.7.0 // indirect
95-
github.com/tinylib/msgp v1.1.8 // indirect
114+
github.com/tinylib/msgp v1.2.1 // indirect
115+
github.com/tklauser/go-sysconf v0.3.12 // indirect
116+
github.com/tklauser/numcpus v0.6.1 // indirect
96117
github.com/vishvananda/netns v0.0.4 // indirect
118+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
119+
go.opentelemetry.io/collector/component v0.104.0 // indirect
120+
go.opentelemetry.io/collector/config/configtelemetry v0.104.0 // indirect
121+
go.opentelemetry.io/collector/pdata v1.11.0 // indirect
122+
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
123+
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
124+
go.opentelemetry.io/otel v1.34.0 // indirect
125+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
126+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
97127
go.uber.org/atomic v1.11.0 // indirect
98-
go.uber.org/mock v0.4.0 // indirect
128+
go.uber.org/automaxprocs v1.6.0 // indirect
129+
go.uber.org/mock v0.5.0 // indirect
99130
go.uber.org/multierr v1.11.0 // indirect
100-
go.uber.org/zap v1.26.0 // indirect
131+
go.uber.org/zap v1.27.0 // indirect
101132
golang.org/x/crypto v0.36.0 // indirect
102133
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
103-
golang.org/x/mod v0.20.0 // indirect
104-
golang.org/x/oauth2 v0.18.0 // indirect
134+
golang.org/x/mod v0.23.0 // indirect
135+
golang.org/x/oauth2 v0.28.0 // indirect
105136
golang.org/x/sync v0.12.0 // indirect
106137
golang.org/x/sys v0.31.0 // indirect
107138
golang.org/x/term v0.30.0 // indirect
108139
golang.org/x/text v0.23.0 // indirect
109-
golang.org/x/time v0.5.0 // indirect
110-
golang.org/x/tools v0.24.0 // indirect
111-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
112-
google.golang.org/appengine v1.6.8 // indirect
113-
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
114-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
115-
google.golang.org/grpc v1.63.2 // indirect
116-
google.golang.org/protobuf v1.35.1 // indirect
117-
gopkg.in/DataDog/dd-trace-go.v1 v1.62.0 // indirect
140+
golang.org/x/time v0.11.0 // indirect
141+
golang.org/x/tools v0.30.0 // indirect
142+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
143+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
144+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
145+
google.golang.org/grpc v1.71.0 // indirect
146+
google.golang.org/protobuf v1.36.6 // indirect
147+
gopkg.in/DataDog/dd-trace-go.v1 v1.72.2 // indirect
118148
gopkg.in/inf.v0 v0.9.1 // indirect
149+
gopkg.in/ini.v1 v1.67.0 // indirect
119150
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
120151
gopkg.in/yaml.v2 v2.4.0 // indirect
121152
gopkg.in/yaml.v3 v3.0.1 // indirect
122-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
123-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
124-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
125-
sigs.k8s.io/yaml v1.3.0 // indirect
153+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
154+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
155+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
156+
sigs.k8s.io/yaml v1.4.0 // indirect
126157
)
127158

128159
replace (

0 commit comments

Comments
 (0)