chore: upgrade dependencies

This commit is contained in:
Vinny
2025-09-16 13:17:20 +00:00
committed by GitHub
parent fe9f9f9ad2
commit 3130a747f8
3 changed files with 25 additions and 23 deletions
+8 -8
View File
@@ -1,20 +1,20 @@
module github.com/m13253/dns-over-https/v2
go 1.24
go 1.24.0
require (
github.com/BurntSushi/toml v1.5.0
github.com/gorilla/handlers v1.5.2
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.66
golang.org/x/net v0.41.0
github.com/miekg/dns v1.1.68
golang.org/x/net v0.44.0
)
require (
github.com/felixge/httpsnoop v1.0.4 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/tools v0.34.0 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/tools v0.37.0 // indirect
)