chore: upgrade package dependencies

This commit is contained in:
GreyXor
2024-11-09 09:00:22 +01:00
parent 967c43016c
commit b70babf43e
2 changed files with 24 additions and 22 deletions

18
go.mod
View File

@@ -1,20 +1,22 @@
module github.com/m13253/dns-over-https/v2
go 1.20
go 1.22.0
toolchain go1.23.2
require (
github.com/BurntSushi/toml v1.4.0
github.com/gorilla/handlers v1.5.2
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.61
golang.org/x/net v0.28.0
github.com/miekg/dns v1.1.62
golang.org/x/net v0.31.0
)
require (
github.com/felixge/httpsnoop v1.0.4 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.27.0 // indirect
)