diff --git a/go.mod b/go.mod index 339e22d..6870123 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/sunshineplan/node go 1.25.0 require ( - github.com/antchfx/htmlquery v1.3.5 + github.com/antchfx/htmlquery v1.3.6 github.com/antchfx/xpath v1.3.6 github.com/ericchiang/css v1.4.0 golang.org/x/net v0.51.0 diff --git a/go.sum b/go.sum index 6629999..b36d2ad 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,5 @@ -github.com/antchfx/htmlquery v1.3.5 h1:aYthDDClnG2a2xePf6tys/UyyM/kRcsFRm+ifhFKoU0= -github.com/antchfx/htmlquery v1.3.5/go.mod h1:5oyIPIa3ovYGtLqMPNjBF2Uf25NPCKsMjCnQ8lvjaoA= -github.com/antchfx/xpath v1.3.5/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= +github.com/antchfx/htmlquery v1.3.6 h1:RNHHL7YehO5XdO8IM8CynwLKONwRHWkrghbYhQIk9ag= +github.com/antchfx/htmlquery v1.3.6/go.mod h1:kcVUqancxPygm26X2rceEcagZFFVkLEE7xgLkGSDl/4= github.com/antchfx/xpath v1.3.6 h1:s0y+ElRRtTQdfHP609qFu0+c6bglDv20pqOViQjjdPI= github.com/antchfx/xpath v1.3.6/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= github.com/ericchiang/css v1.4.0 h1:OlkWiPGHZpWIthKa2YBSAh00XwOT1PUtaoye9bKkTqw=