This commit is contained in:
Saeed Afzal
2025-11-28 14:32:44 +00:00
committed by Saeed Afzal
parent 6a7524befb
commit 9569b401ba
8 changed files with 135 additions and 3 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
module git.embergate.com/saeedafzal/restui
go 1.25
require (
github.com/gdamore/tcell/v2 v2.12.2
github.com/rivo/tview v0.42.0
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
)