From 333753210deedecc16e701aa7771e75762ca892b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:51:49 +0000 Subject: [PATCH] Bump github.com/antchfx/htmlquery from 1.3.1 to 1.3.2 Bumps [github.com/antchfx/htmlquery](https://github.com/antchfx/htmlquery) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/antchfx/htmlquery/releases) - [Commits](https://github.com/antchfx/htmlquery/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/antchfx/htmlquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 6238305..42b1b30 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/sunshineplan/node go 1.21 require ( - github.com/antchfx/htmlquery v1.3.1 + github.com/antchfx/htmlquery v1.3.2 github.com/antchfx/xpath v1.3.1 github.com/ericchiang/css v1.3.0 golang.org/x/net v0.26.0 diff --git a/go.sum b/go.sum index e22bf0e..4aaf90c 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,5 @@ -github.com/antchfx/htmlquery v1.3.1 h1:wm0LxjLMsZhRHfQKKZscDf2COyH4vDYA3wyH+qZ+Ylc= -github.com/antchfx/htmlquery v1.3.1/go.mod h1:PTj+f1V2zksPlwNt7uVvZPsxpKNa7mlVliCRxLX6Nx8= -github.com/antchfx/xpath v1.3.0/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= +github.com/antchfx/htmlquery v1.3.2 h1:85YdttVkR1rAY+Oiv/nKI4FCimID+NXhDn82kz3mEvs= +github.com/antchfx/htmlquery v1.3.2/go.mod h1:1mbkcEgEarAokJiWhTfr4hR06w/q2ZZjnYLrDt6CTUk= github.com/antchfx/xpath v1.3.1 h1:PNbFuUqHwWl0xRjvUPjJ95Agbmdj2uzzIwmQKgu4oCk= github.com/antchfx/xpath v1.3.1/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= github.com/ericchiang/css v1.3.0 h1:e0vS+vpujMjtT3/SYu7qTHn1LVzXWcLCCDjlfq3YlLY=