chore: update dependencies

This commit is contained in:
GreyXor
2022-05-31 12:00:18 +02:00
parent b338c7ae52
commit 221240a840
2 changed files with 53 additions and 18 deletions
+14 -5
View File
@@ -1,11 +1,20 @@
module github.com/m13253/dns-over-https/v2
go 1.13
go 1.18
require (
github.com/BurntSushi/toml v0.3.1
github.com/gorilla/handlers v1.4.0
github.com/BurntSushi/toml v1.1.0
github.com/gorilla/handlers v1.5.1
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
github.com/miekg/dns v1.1.41
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056
github.com/miekg/dns v1.1.49
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)