mostly works but somehow pressing R to restart doesnt
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
module gitea.boner.be/bdnugget/minesweeper
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require github.com/awesome-gocui/gocui v1.1.0
|
||||
|
||||
require (
|
||||
github.com/gdamore/encoding v1.0.1 // indirect
|
||||
github.com/gdamore/tcell/v2 v2.8.1 // indirect
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
golang.org/x/term v0.30.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user