Skip to content

Commit bb6d1f7

Browse files
authored
Merge pull request #265 from deploymenttheory/dependabot/go_modules/github.com/antchfx/xmlquery-1.4.2
Bump github.com/antchfx/xmlquery from 1.4.1 to 1.4.2
2 parents f63b94e + 7a8b49a commit bb6d1f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/deploymenttheory/go-api-http-client
33
go 1.22.4
44

55
require (
6-
github.com/antchfx/xmlquery v1.4.1
6+
github.com/antchfx/xmlquery v1.4.2
77
github.com/google/uuid v1.6.0
88
go.uber.org/zap v1.27.0
99
golang.org/x/net v0.30.0
1010
)
1111

1212
require (
13-
github.com/antchfx/xpath v1.3.1 // indirect
13+
github.com/antchfx/xpath v1.3.2 // indirect
1414
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1515
github.com/stretchr/testify v1.9.0 // indirect
1616
go.uber.org/multierr v1.11.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github.com/antchfx/xmlquery v1.4.1 h1:YgpSwbeWvLp557YFTi8E3z6t6/hYjmFEtiEKbDfEbl0=
2-
github.com/antchfx/xmlquery v1.4.1/go.mod h1:lKezcT8ELGt8kW5L+ckFMTbgdR61/odpPgDv8Gvi1fI=
3-
github.com/antchfx/xpath v1.3.1 h1:PNbFuUqHwWl0xRjvUPjJ95Agbmdj2uzzIwmQKgu4oCk=
4-
github.com/antchfx/xpath v1.3.1/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
1+
github.com/antchfx/xmlquery v1.4.2 h1:MZKd9+wblwxfQ1zd1AdrTsqVaMjMCwow3IqkCSe00KA=
2+
github.com/antchfx/xmlquery v1.4.2/go.mod h1:QXhvf5ldTuGqhd1SHNvvtlhhdQLks4dD0awIVhXIDTA=
3+
github.com/antchfx/xpath v1.3.2 h1:LNjzlsSjinu3bQpw9hWMY9ocB80oLOWuQqFvO6xt51U=
4+
github.com/antchfx/xpath v1.3.2/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=

0 commit comments

Comments
 (0)