Skip to content

Commit a408612

Browse files
joliveirinhajcsf
authored andcommitted
TUN-9467: bump coredns to solve CVE
* TUN-9467: bump coredns to solve CVE
1 parent f8d12c9 commit a408612

File tree

459 files changed

+29998
-16086
lines changed

Some content is hidden

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

459 files changed

+29998
-16086
lines changed

go.mod

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,45 @@ module github.com/cloudflare/cloudflared
33
go 1.24
44

55
require (
6-
github.com/coredns/coredns v1.11.3
6+
github.com/coredns/coredns v1.12.2
77
github.com/coreos/go-oidc/v3 v3.10.0
88
github.com/coreos/go-systemd/v22 v22.5.0
99
github.com/facebookgo/grace v0.0.0-20180706040059-75cf19382434
1010
github.com/fortytw2/leaktest v1.3.0
1111
github.com/fsnotify/fsnotify v1.4.9
1212
github.com/getsentry/sentry-go v0.16.0
13-
github.com/go-chi/chi/v5 v5.0.8
13+
github.com/go-chi/chi/v5 v5.0.10
1414
github.com/go-chi/cors v1.2.1
1515
github.com/go-jose/go-jose/v4 v4.1.0
1616
github.com/gobwas/ws v1.2.1
1717
github.com/google/gopacket v1.1.19
1818
github.com/google/uuid v1.6.0
19-
github.com/gorilla/websocket v1.4.2
19+
github.com/gorilla/websocket v1.5.0
2020
github.com/json-iterator/go v1.1.12
2121
github.com/mattn/go-colorable v0.1.13
22-
github.com/miekg/dns v1.1.58
22+
github.com/miekg/dns v1.1.66
2323
github.com/mitchellh/go-homedir v1.1.0
2424
github.com/pkg/errors v0.9.1
25-
github.com/prometheus/client_golang v1.19.1
26-
github.com/prometheus/client_model v0.6.0
27-
github.com/quic-go/quic-go v0.51.0
25+
github.com/prometheus/client_golang v1.22.0
26+
github.com/prometheus/client_model v0.6.2
27+
github.com/quic-go/quic-go v0.52.0
2828
github.com/rs/zerolog v1.20.0
2929
github.com/stretchr/testify v1.10.0
3030
github.com/urfave/cli/v2 v2.3.0
3131
go.opentelemetry.io/contrib/propagators v0.22.0
32-
go.opentelemetry.io/otel v1.26.0
32+
go.opentelemetry.io/otel v1.35.0
3333
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
34-
go.opentelemetry.io/otel/sdk v1.26.0
35-
go.opentelemetry.io/otel/trace v1.26.0
34+
go.opentelemetry.io/otel/sdk v1.35.0
35+
go.opentelemetry.io/otel/trace v1.35.0
3636
go.opentelemetry.io/proto/otlp v1.2.0
3737
go.uber.org/automaxprocs v1.6.0
3838
go.uber.org/mock v0.5.1
39-
golang.org/x/crypto v0.37.0
40-
golang.org/x/net v0.39.0
41-
golang.org/x/sync v0.13.0
42-
golang.org/x/sys v0.32.0
43-
golang.org/x/term v0.31.0
44-
google.golang.org/protobuf v1.36.5
39+
golang.org/x/crypto v0.38.0
40+
golang.org/x/net v0.40.0
41+
golang.org/x/sync v0.14.0
42+
golang.org/x/sys v0.33.0
43+
golang.org/x/term v0.32.0
44+
google.golang.org/protobuf v1.36.6
4545
gopkg.in/natefinch/lumberjack.v2 v2.0.0
4646
gopkg.in/yaml.v3 v3.0.1
4747
nhooyr.io/websocket v1.8.7
@@ -52,44 +52,52 @@ require (
5252
github.com/BurntSushi/toml v1.2.0 // indirect
5353
github.com/apparentlymart/go-cidr v1.1.0 // indirect
5454
github.com/beorn7/perks v1.0.1 // indirect
55-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
56-
github.com/coredns/caddy v1.1.1 // indirect
55+
github.com/bytedance/sonic v1.12.0 // indirect
56+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
57+
github.com/coredns/caddy v1.1.2-0.20241029205200-8de985351a98 // indirect
5758
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
5859
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5960
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
6061
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
6162
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
6263
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
6364
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
64-
github.com/go-logr/logr v1.4.2 // indirect
65+
github.com/gin-gonic/gin v1.9.1 // indirect
66+
github.com/go-logr/logr v1.4.3 // indirect
6567
github.com/go-logr/stdr v1.2.2 // indirect
68+
github.com/go-playground/validator/v10 v10.15.1 // indirect
6669
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6770
github.com/gobwas/httphead v0.1.0 // indirect
6871
github.com/gobwas/pool v0.2.1 // indirect
6972
github.com/golang/protobuf v1.5.4 // indirect
7073
github.com/google/pprof v0.0.0-20250418163039-24c5476c6587 // indirect
71-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
74+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
7275
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
73-
github.com/klauspost/compress v1.15.11 // indirect
74-
github.com/kylelemons/godebug v1.1.0 // indirect
75-
github.com/mattn/go-isatty v0.0.16 // indirect
76+
github.com/klauspost/compress v1.18.0 // indirect
77+
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
78+
github.com/mattn/go-isatty v0.0.20 // indirect
7679
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
7780
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7881
github.com/modern-go/reflect2 v1.0.2 // indirect
82+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7983
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
8084
github.com/opentracing/opentracing-go v1.2.0 // indirect
81-
github.com/pmezard/go-difflib v1.0.0 // indirect
82-
github.com/prometheus/common v0.53.0 // indirect
83-
github.com/prometheus/procfs v0.12.0 // indirect
85+
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
86+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
87+
github.com/prometheus/common v0.64.0 // indirect
88+
github.com/prometheus/procfs v0.15.1 // indirect
8489
github.com/russross/blackfriday/v2 v2.1.0 // indirect
85-
go.opentelemetry.io/otel/metric v1.26.0 // indirect
90+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
91+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
92+
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
93+
golang.org/x/arch v0.4.0 // indirect
8694
golang.org/x/mod v0.24.0 // indirect
87-
golang.org/x/oauth2 v0.29.0 // indirect
88-
golang.org/x/text v0.24.0 // indirect
95+
golang.org/x/oauth2 v0.30.0 // indirect
96+
golang.org/x/text v0.25.0 // indirect
8997
golang.org/x/tools v0.32.0 // indirect
90-
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
91-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
92-
google.golang.org/grpc v1.63.2 // indirect
98+
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
99+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
100+
google.golang.org/grpc v1.72.2 // indirect
93101
gopkg.in/yaml.v2 v2.4.0 // indirect
94102
)
95103

0 commit comments

Comments
 (0)