Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading