Update module github.com/PuerkitoBio/goquery to v1.10.3

This commit is contained in:
2025-07-12 02:00:46 +00:00
parent 91f17b8815
commit bfeb868c2c
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module git.ngn.tf/ngn/tren
go 1.24.5
require (
github.com/PuerkitoBio/goquery v1.10.2
github.com/PuerkitoBio/goquery v1.10.3
github.com/gofiber/fiber/v2 v2.52.6
github.com/gofiber/template/html/v2 v2.1.3
)
@@ -22,6 +22,6 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)