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
3
3
go 1.21
4
4
5
5
require (
6
- github.com/antchfx/xmlquery v1.3.18
6
+ github.com/antchfx/xmlquery v1.4.0
7
7
github.com/google/uuid v1.6.0
8
8
github.com/stretchr/testify v1.9.0
9
9
go.uber.org/zap v1.27.0
10
10
golang.org/x/net v0.24.0
11
11
)
12
12
13
13
require (
14
- github.com/antchfx/xpath v1.2.4 // indirect
14
+ github.com/antchfx/xpath v1.3.0 // indirect
15
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
16
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
17
17
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 =
5
5
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
6
6
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7
7
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
You can’t perform that action at this time.
0 commit comments