File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ require (
1111require (
1212 github.com/andybalholm/cascadia v1.3.3 // indirect
1313 github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
14- github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
14+ github.com/clipperhouse/stringish v0.1.1 // indirect
15+ github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
1516 github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
1617 github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
1718 github.com/mattn/go-runewidth v0.0.19 // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kk
22github.com/andybalholm/cascadia v1.3.3 /go.mod h1:xNd9bqTn98Ln4DwST8/nG+H0yuB8Hmgu1YHNnWw0GeA =
33github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de h1:FxWPpzIjnTlhPwqqXc4/vE0f7GvRjuAsbW+HOIe8KnA =
44github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de /go.mod h1:DCaWoUhZrYW9p1lxo/cm8EmUOOzAPSEZNGF2DK1dJgw =
5- github.com/clipperhouse/uax29/v2 v2.2.0 h1:ChwIKnQN3kcZteTXMgb1wztSgaU+ZemkgWdohwgs8tY =
6- github.com/clipperhouse/uax29/v2 v2.2.0 /go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM =
5+ github.com/clipperhouse/stringish v0.1.1 h1:+NSqMOr3GR6k1FdRhhnXrLfztGzuG+VuFDfatpWHKCs =
6+ github.com/clipperhouse/stringish v0.1.1 /go.mod h1:v/WhFtE1q0ovMta2+m+UbpZ+2/HEXNWYXQgCt4hdOzA =
7+ github.com/clipperhouse/uax29/v2 v2.3.0 h1:SNdx9DVUqMoBuBoW3iLOj4FQv3dN5mDtuqwuhIGpJy4 =
8+ github.com/clipperhouse/uax29/v2 v2.3.0 /go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g =
79github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
810github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
911github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments