File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ go 1.19
4
4
5
5
require (
6
6
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.2
7
- github.com/antchfx/xmlquery v1.3.18
7
+ github.com/antchfx/xmlquery v1.4.1
8
8
github.com/jbowtie/gokogiri v0.0.0-20190301021639-37f655d3078f
9
9
github.com/jbowtie/ratago v0.0.0-20200401224626-3140c0a9b186
10
10
github.com/stretchr/testify v1.8.4
11
11
)
12
12
13
13
require (
14
- github.com/antchfx/xpath v1.2.4 // indirect
14
+ github.com/antchfx/xpath v1.3.1 // 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/kr/text v0.2.0 // indirect
Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ github.com/antchfx/xmlquery v1.3.17 h1:d0qWjPp/D+vtRw7ivCwT5ApH/3CkQU8JOeo3245Pp
12
12
github.com/antchfx/xmlquery v1.3.17 /go.mod h1:Afkq4JIeXut75taLSuI31ISJ/zeq+3jG7TunF7noreA =
13
13
github.com/antchfx/xmlquery v1.3.18 h1:FSQ3wMuphnPPGJOFhvc+cRQ2CT/rUj4cyQXkJcjOwz0 =
14
14
github.com/antchfx/xmlquery v1.3.18 /go.mod h1:Afkq4JIeXut75taLSuI31ISJ/zeq+3jG7TunF7noreA =
15
+ github.com/antchfx/xmlquery v1.4.1 h1:YgpSwbeWvLp557YFTi8E3z6t6/hYjmFEtiEKbDfEbl0 =
16
+ github.com/antchfx/xmlquery v1.4.1 /go.mod h1:lKezcT8ELGt8kW5L+ckFMTbgdR61/odpPgDv8Gvi1fI =
15
17
github.com/antchfx/xpath v1.2.3 h1:CCZWOzv5bAqjVv0offZ2LVgVYFbeldKQVuLNbViZdes =
16
18
github.com/antchfx/xpath v1.2.3 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
17
19
github.com/antchfx/xpath v1.2.4 h1:dW1HB/JxKvGtJ9WyVGJ0sIoEcqftV3SqIstujI+B9XY =
18
20
github.com/antchfx/xpath v1.2.4 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
21
+ github.com/antchfx/xpath v1.3.1 h1:PNbFuUqHwWl0xRjvUPjJ95Agbmdj2uzzIwmQKgu4oCk =
22
+ github.com/antchfx/xpath v1.3.1 /go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs =
19
23
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
20
24
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
21
25
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
You can’t perform that action at this time.
0 commit comments