Skip to content

Commit 3f77ad0

Browse files
authored
Merge pull request #39 from leiless/dependabot/go_modules/github.com/coredns/coredns-1.12.4
build(deps): bump github.com/coredns/coredns from 1.11.2 to 1.12.4
2 parents 4fe8537 + 633daea commit 3f77ad0

File tree

2 files changed

+120
-4296
lines changed

2 files changed

+120
-4296
lines changed

go.mod

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,46 @@
11
module github.com/leiless/dnsredir
22

3-
go 1.13
3+
go 1.24.0
44

55
require (
6-
github.com/coredns/caddy v1.1.1
7-
github.com/coredns/coredns v1.11.2
6+
github.com/coredns/caddy v1.1.2-0.20241029205200-8de985351a98
7+
github.com/coredns/coredns v1.12.4
88
github.com/digineo/go-ipset/v2 v2.2.1
99
github.com/m13253/dns-over-https/v2 v2.3.0
10-
github.com/mdlayher/netlink v1.4.1
11-
github.com/miekg/dns v1.1.58
12-
github.com/prometheus/client_golang v1.17.0
10+
github.com/mdlayher/netlink v1.7.2
11+
github.com/miekg/dns v1.1.68
12+
github.com/prometheus/client_golang v1.23.0
13+
golang.org/x/net v0.43.0
14+
)
15+
16+
require (
17+
github.com/apparentlymart/go-cidr v1.1.0 // indirect
18+
github.com/beorn7/perks v1.0.1 // indirect
19+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
20+
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
21+
github.com/google/go-cmp v0.7.0 // indirect
22+
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
23+
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9 // indirect
24+
github.com/josharian/native v1.1.0 // indirect
25+
github.com/mdlayher/socket v0.4.1 // indirect
26+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
27+
github.com/opentracing/opentracing-go v1.2.0 // indirect
28+
github.com/pkg/errors v0.9.1 // indirect
29+
github.com/prometheus/client_model v0.6.2 // indirect
30+
github.com/prometheus/common v0.65.0 // indirect
31+
github.com/prometheus/procfs v0.16.1 // indirect
32+
github.com/quic-go/quic-go v0.54.0 // indirect
33+
github.com/stretchr/objx v0.5.2 // indirect
1334
github.com/ti-mo/netfilter v0.4.0 // indirect
14-
golang.org/x/net v0.38.0
35+
go.uber.org/automaxprocs v1.6.0 // indirect
36+
go.uber.org/mock v0.5.0 // indirect
37+
golang.org/x/crypto v0.41.0 // indirect
38+
golang.org/x/mod v0.26.0 // indirect
39+
golang.org/x/sync v0.16.0 // indirect
40+
golang.org/x/sys v0.36.0 // indirect
41+
golang.org/x/text v0.28.0 // indirect
42+
golang.org/x/tools v0.35.0 // indirect
43+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
44+
google.golang.org/grpc v1.75.0 // indirect
45+
google.golang.org/protobuf v1.36.8 // indirect
1546
)

0 commit comments

Comments
 (0)