feat(everything): fix doh and increase min TLS to 1.3

This commit is contained in:
2026-07-08 08:42:39 +01:00
parent 0c03bcbcfe
commit cc5e0ab00a
13 changed files with 691 additions and 530 deletions
+14 -18
View File
@@ -1,29 +1,25 @@
module github.com/afonsofrancof/sdns-proxy
go 1.24.1
go 1.26.4
require (
github.com/alecthomas/kong v1.8.1
github.com/alecthomas/kong v1.15.0
github.com/ameshkov/dnscrypt/v2 v2.4.0
github.com/google/gopacket v1.1.19
github.com/miekg/dns v1.1.65
github.com/quic-go/quic-go v0.50.0
golang.org/x/net v0.38.0
github.com/miekg/dns v1.1.72
github.com/quic-go/quic-go v0.60.0
golang.org/x/net v0.56.0
)
require (
github.com/AdguardTeam/golibs v0.32.7 // indirect
github.com/AdguardTeam/golibs v0.35.14 // indirect
github.com/ameshkov/dnsstamps v1.0.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/tools v0.31.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.39.0 // indirect
golang.org/x/tools v0.47.0 // indirect
)