chore: upgrade package dependencies

This commit is contained in:
GreyXor
2023-12-21 14:41:57 +01:00
parent 2662d9f35b
commit a2b984f816
2 changed files with 12 additions and 4 deletions
+4 -4
View File
@@ -6,14 +6,14 @@ require (
github.com/BurntSushi/toml v1.3.2
github.com/gorilla/handlers v1.5.2
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.56
golang.org/x/net v0.18.0
github.com/miekg/dns v1.1.57
golang.org/x/net v0.19.0
)
require (
github.com/felixge/httpsnoop v1.0.4 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.15.0 // indirect
golang.org/x/tools v0.16.1 // indirect
)