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 @@ -5,14 +5,14 @@ go 1.23.0
55toolchain go1.24.2
66
77require (
8- github.com/antchfx/xmlquery v1.4.4
8+ github.com/antchfx/xmlquery v1.5.0
99 github.com/google/uuid v1.6.0
1010 go.uber.org/zap v1.27.0
1111 golang.org/x/net v0.43.0
1212)
1313
1414require (
15- github.com/antchfx/xpath v1.3.3 // indirect
15+ github.com/antchfx/xpath v1.3.5 // indirect
1616 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1717 github.com/stretchr/testify v1.9.0 // indirect
1818 go.uber.org/multierr v1.11.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/antchfx/xmlquery v1.4.4 h1:mxMEkdYP3pjKSftxss4nUHfjBhnMk4imGoR96FRY2dg =
2- github.com/antchfx/xmlquery v1.4.4 /go.mod h1:AEPEEPYE9GnA2mj5Ur2L5Q5/2PycJ0N9Fusrx9b12fc =
3- github.com/antchfx/xpath v1.3.3 h1:tmuPQa1Uye0Ym1Zn65vxPgfltWb/Lxu2jeqIGteJSRs =
4- github.com/antchfx/xpath v1.3.3 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
1+ github.com/antchfx/xmlquery v1.5.0 h1:uAi+mO40ZWfyU6mlUBxRVvL6uBNZ6LMU4M3+mQIBV4c =
2+ github.com/antchfx/xmlquery v1.5.0 /go.mod h1:lJfWRXzYMK1ss32zm1GQV3gMIW/HFey3xDZmkP1SuNc =
3+ github.com/antchfx/xpath v1.3.5 h1:PqbXLC3TkfeZyakF5eeh3NTWEbYl4VHNVeufANzDbKQ =
4+ github.com/antchfx/xpath v1.3.5 /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