File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module github.com/deploymenttheory/go-api-http-client
33go 1.21
44
55require (
6- github.com/antchfx/xmlquery v1.3.18
6+ github.com/antchfx/xmlquery v1.4.0
77 github.com/google/uuid v1.6.0
88 github.com/stretchr/testify v1.9.0
99 go.uber.org/zap v1.27.0
1010 golang.org/x/net v0.24.0
1111)
1212
1313require (
14- github.com/antchfx/xpath v1.2.4 // indirect
14+ github.com/antchfx/xpath v1.3.0 // indirect
1515 github.com/davecgh/go-spew v1.1.1 // indirect
1616 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1717 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/antchfx/xmlquery v1.3.18 h1:FSQ3wMuphnPPGJOFhvc+cRQ2CT/rUj4cyQXkJcjOwz0 =
2- github.com/antchfx/xmlquery v1.3.18 /go.mod h1:Afkq4JIeXut75taLSuI31ISJ/zeq+3jG7TunF7noreA =
3- github.com/antchfx/xpath v1.2.4 h1:dW1HB/JxKvGtJ9WyVGJ0sIoEcqftV3SqIstujI+B9XY =
4- github.com/antchfx/xpath v1.2.4 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
1+ github.com/antchfx/xmlquery v1.4.0 h1:xg2HkfcRK2TeTbdb0m1jxCYnvsPaGY/oeZWTGqX/0hA =
2+ github.com/antchfx/xmlquery v1.4.0 /go.mod h1:Ax2aeaeDjfIw3CwXKDQ0GkwZ6QlxoChlIBP+mGnDFjI =
3+ github.com/antchfx/xpath v1.3.0 h1:nTMlzGAK3IJ0bPpME2urTuFL76o4A96iYvoKFHRXJgc =
4+ github.com/antchfx/xpath v1.3.0 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
55github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
66github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
You can’t perform that action at this time.
0 commit comments