chore: upgrade dependencies

This commit is contained in:
Vinny
2025-11-18 16:19:55 +00:00
committed by GitHub
parent 0b0651a015
commit 381bf28a69
3 changed files with 19 additions and 19 deletions
+6 -6
View File
@@ -7,14 +7,14 @@ require (
github.com/gorilla/handlers v1.5.2
github.com/infobloxopen/go-trees v0.0.0-20221216143356-66ceba885ebc
github.com/miekg/dns v1.1.68
golang.org/x/net v0.44.0
golang.org/x/net v0.47.0
)
require (
github.com/felixge/httpsnoop v1.0.4 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/tools v0.37.0 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.39.0 // indirect
)