Skip to content

Commit ab42cf7

Browse files
Bump github.com/antchfx/htmlquery from 1.3.4 to 1.3.5
Bumps [github.com/antchfx/htmlquery](https://github.com/antchfx/htmlquery) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/antchfx/htmlquery/releases) - [Commits](antchfx/htmlquery@v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: github.com/antchfx/htmlquery dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd8df00 commit ab42cf7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module wait4x.dev/v3
33
go 1.24.0
44

55
require (
6-
github.com/antchfx/htmlquery v1.3.4
6+
github.com/antchfx/htmlquery v1.3.5
77
github.com/go-logr/logr v1.4.3
88
github.com/go-logr/stdr v1.2.2
99
github.com/go-logr/zerologr v1.2.3
@@ -37,7 +37,7 @@ require (
3737
filippo.io/edwards25519 v1.1.0 // indirect
3838
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
3939
github.com/Microsoft/go-winio v0.6.2 // indirect
40-
github.com/antchfx/xpath v1.3.3 // indirect
40+
github.com/antchfx/xpath v1.3.5 // indirect
4141
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
4242
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4343
github.com/cespare/xxhash/v2 v2.3.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ github.com/IBM/sarama v1.42.1/go.mod h1:Xxho9HkHd4K/MDUo/T/sOqwtX/17D33++E9Wib6h
1111
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
1212
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
1313
github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk=
14-
github.com/antchfx/htmlquery v1.3.4 h1:Isd0srPkni2iNTWCwVj/72t7uCphFeor5Q8nCzj1jdQ=
15-
github.com/antchfx/htmlquery v1.3.4/go.mod h1:K9os0BwIEmLAvTqaNSua8tXLWRWZpocZIH73OzWQbwM=
16-
github.com/antchfx/xpath v1.3.3 h1:tmuPQa1Uye0Ym1Zn65vxPgfltWb/Lxu2jeqIGteJSRs=
17-
github.com/antchfx/xpath v1.3.3/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
14+
github.com/antchfx/htmlquery v1.3.5 h1:aYthDDClnG2a2xePf6tys/UyyM/kRcsFRm+ifhFKoU0=
15+
github.com/antchfx/htmlquery v1.3.5/go.mod h1:5oyIPIa3ovYGtLqMPNjBF2Uf25NPCKsMjCnQ8lvjaoA=
16+
github.com/antchfx/xpath v1.3.5 h1:PqbXLC3TkfeZyakF5eeh3NTWEbYl4VHNVeufANzDbKQ=
17+
github.com/antchfx/xpath v1.3.5/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
1818
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
1919
github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk=
2020
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=

0 commit comments

Comments
 (0)