diff --git a/go.mod b/go.mod index ac933a0..59368e0 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/MontFerret/contrib/modules/web/sitemap v0.0.0-20260401140623-49c476b0b6da github.com/MontFerret/contrib/modules/xml v0.0.0-20260401140623-49c476b0b6da github.com/MontFerret/contrib/modules/yaml v0.0.0-20260401140623-49c476b0b6da - github.com/MontFerret/ferret/v2 v2.0.0-alpha.8 + github.com/MontFerret/ferret/v2 v2.0.0-alpha.11 github.com/chzyer/readline v1.5.1 github.com/go-waitfor/waitfor v1.1.0 github.com/go-waitfor/waitfor-http v1.1.0 diff --git a/go.sum b/go.sum index db353bf..ccc15e8 100644 --- a/go.sum +++ b/go.sum @@ -24,8 +24,8 @@ github.com/MontFerret/contrib/modules/yaml v0.0.0-20260401140623-49c476b0b6da h1 github.com/MontFerret/contrib/modules/yaml v0.0.0-20260401140623-49c476b0b6da/go.mod h1:e3YWmUziVF32u48/LiVs1FYJVGGls8L2M9S/IJhilNo= github.com/MontFerret/cssx v0.2.0 h1:De0C6Irbg+qgFPXgWmPpVnwD4RRYUBQSbIYFTUVCNWU= github.com/MontFerret/cssx v0.2.0/go.mod h1:fmGtRUNVaeJYpiPSDlNIbbYzb3+K8NxmNmJOYqlHATU= -github.com/MontFerret/ferret/v2 v2.0.0-alpha.8 h1:iqQSZY/qa6+MmrfObupMFypmwXt7OWxNCLUJz/71WYg= -github.com/MontFerret/ferret/v2 v2.0.0-alpha.8/go.mod h1:5xHHTp/uR5N/Nm+gA8gSdTiEj4XXhTxQPYFSh722Phw= +github.com/MontFerret/ferret/v2 v2.0.0-alpha.11 h1:laBb0NcFVnOKKYYE4abwBIREXalGgKotjdPihH4/wUo= +github.com/MontFerret/ferret/v2 v2.0.0-alpha.11/go.mod h1:5xHHTp/uR5N/Nm+gA8gSdTiEj4XXhTxQPYFSh722Phw= github.com/PuerkitoBio/goquery v1.12.0 h1:pAcL4g3WRXekcB9AU/y1mbKez2dbY2AajVhtkO8RIBo= github.com/PuerkitoBio/goquery v1.12.0/go.mod h1:802ej+gV2y7bbIhOIoPY5sT183ZW0YFofScC4q/hIpQ= github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM=