Upgrade dependencies

This commit is contained in:
GreyXor
2023-03-12 12:39:53 +01:00
parent a7708f71b3
commit 244e4b5b8f
2 changed files with 20 additions and 47 deletions

14
go.mod
View File

@@ -1,19 +1,19 @@
module github.com/m13253/dns-over-https/v2
go 1.19
go 1.20
require (
github.com/BurntSushi/toml v1.2.1
github.com/gorilla/handlers v1.5.1
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.50
golang.org/x/net v0.5.0
github.com/miekg/dns v1.1.52
golang.org/x/net v0.8.0
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)