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 @@ -4,11 +4,11 @@ go 1.26.0
44
55require (
66 github.com/gdamore/tcell/v3 v3.1.2
7- github.com/mattn/go-runewidth v0.0.19
7+ github.com/mattn/go-runewidth v0.0.20
88)
99
1010require (
11- github.com/clipperhouse/uax29/v2 v2.6 .0 // indirect
11+ github.com/clipperhouse/uax29/v2 v2.7 .0 // indirect
1212 github.com/gdamore/encoding v1.0.1 // indirect
1313 github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
1414 github.com/rivo/uniseg v0.4.7 // indirect
Original file line number Diff line number Diff line change 1- github.com/clipperhouse/uax29/v2 v2.6 .0 h1:z0cDbUV+aPASdFb2/ndFnS9ts/WNXgTNNGFoKXuhpos =
2- github.com/clipperhouse/uax29/v2 v2.6 .0 /go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g =
1+ github.com/clipperhouse/uax29/v2 v2.7 .0 h1:+gs4oBZ2gPfVrKPthwbMzWZDaAFPGYK72F0NJv2v7Vk =
2+ github.com/clipperhouse/uax29/v2 v2.7 .0 /go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM =
33github.com/gdamore/encoding v1.0.1 h1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw =
44github.com/gdamore/encoding v1.0.1 /go.mod h1:0Z0cMFinngz9kS1QfMjCP8TY7em3bZYeeklsSDPivEo =
55github.com/gdamore/tcell/v3 v3.1.2 h1:qEaXnDaYZpCIMDfa3XFHkxrwFBINUuDiePwj39vErZ8 =
66github.com/gdamore/tcell/v3 v3.1.2 /go.mod h1:MikpZpivMtggrw1kL999dI2VuXw6Wya4724VAh3DzIg =
77github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag =
88github.com/lucasb-eyer/go-colorful v1.3.0 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
9- github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw =
10- github.com/mattn/go-runewidth v0.0.19 /go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs =
9+ github.com/mattn/go-runewidth v0.0.20 h1:WcT52H91ZUAwy8+HUkdM3THM6gXqXuLJi9O3rjcQQaQ =
10+ github.com/mattn/go-runewidth v0.0.20 /go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs =
1111github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ =
1212github.com/rivo/uniseg v0.4.7 /go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88 =
1313github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
You can’t perform that action at this time.
0 commit comments