File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aaronriekenberg/go-tetris
33go 1.25.6
44
55require (
6- github.com/gdamore/tcell/v3 v3.1.1
6+ github.com/gdamore/tcell/v3 v3.1.2
77 github.com/mattn/go-runewidth v0.0.19
88)
99
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/clipperhouse/uax29/v2 v2.4.0 h1:RXqE/l5EiAbA4u97giimKNlmpvkmz+GrBVTel
44github.com/clipperhouse/uax29/v2 v2.4.0 /go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g =
55github.com/gdamore/encoding v1.0.1 h1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw =
66github.com/gdamore/encoding v1.0.1 /go.mod h1:0Z0cMFinngz9kS1QfMjCP8TY7em3bZYeeklsSDPivEo =
7- github.com/gdamore/tcell/v3 v3.1.1 h1:q8t+E93l+P7Kw9XXeXzowwpSjU+2y2OxRP+zmZ8KHW4 =
8- github.com/gdamore/tcell/v3 v3.1.1 /go.mod h1:hPfjyFARu5K9vLzjN5TrYAoK/D9dZmqRbQkevGvK7oQ =
7+ github.com/gdamore/tcell/v3 v3.1.2 h1:qEaXnDaYZpCIMDfa3XFHkxrwFBINUuDiePwj39vErZ8 =
8+ github.com/gdamore/tcell/v3 v3.1.2 /go.mod h1:MikpZpivMtggrw1kL999dI2VuXw6Wya4724VAh3DzIg =
99github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag =
1010github.com/lucasb-eyer/go-colorful v1.3.0 /go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0 =
1111github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw =
You can’t perform that action at this time.
0 commit comments