From 1aa7691dbfa443f0a0683fda9992033dbd86c5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:08:38 +0000 Subject: [PATCH] Bump github.com/antchfx/xmlquery from 1.4.3 to 1.4.4 Bumps [github.com/antchfx/xmlquery](https://github.com/antchfx/xmlquery) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/antchfx/xmlquery/releases) - [Commits](https://github.com/antchfx/xmlquery/compare/v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: github.com/antchfx/xmlquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 09a7a54..84b5097 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/deploymenttheory/go-api-http-client go 1.22.4 require ( - github.com/antchfx/xmlquery v1.4.3 + github.com/antchfx/xmlquery v1.4.4 github.com/google/uuid v1.6.0 go.uber.org/zap v1.27.0 golang.org/x/net v0.34.0 diff --git a/go.sum b/go.sum index 85609df..9cf0600 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/antchfx/xmlquery v1.4.3 h1:f6jhxCzANrWfa93O+NmRWvieVyLs+R2Szfpy+YrZaww= -github.com/antchfx/xmlquery v1.4.3/go.mod h1:AEPEEPYE9GnA2mj5Ur2L5Q5/2PycJ0N9Fusrx9b12fc= +github.com/antchfx/xmlquery v1.4.4 h1:mxMEkdYP3pjKSftxss4nUHfjBhnMk4imGoR96FRY2dg= +github.com/antchfx/xmlquery v1.4.4/go.mod h1:AEPEEPYE9GnA2mj5Ur2L5Q5/2PycJ0N9Fusrx9b12fc= github.com/antchfx/xpath v1.3.3 h1:tmuPQa1Uye0Ym1Zn65vxPgfltWb/Lxu2jeqIGteJSRs= github.com/antchfx/xpath v1.3.3/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=