upgrade dependencies

This commit is contained in:
GreyXor
2023-07-04 16:06:26 +02:00
parent 0690c41610
commit e4d309bbc0
2 changed files with 25 additions and 24 deletions

16
go.mod
View File

@@ -3,17 +3,17 @@ module github.com/m13253/dns-over-https/v2
go 1.20
require (
github.com/BurntSushi/toml v1.2.1
github.com/BurntSushi/toml v1.3.2
github.com/gorilla/handlers v1.5.1
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.54
golang.org/x/net v0.10.0
github.com/miekg/dns v1.1.55
golang.org/x/net v0.11.0
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.6.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/tools v0.10.0 // indirect
)