Initial Commit

This commit is contained in:
2025-06-18 07:24:21 -05:00
parent 9688b2930f
commit 74dd092a99
16 changed files with 565 additions and 9 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module git.bullercodeworks.com/brian/tcell-widgets
go 1.24.2
require github.com/gdamore/tcell v1.4.0
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
golang.org/x/text v0.3.0 // indirect
)