feat: move to custom screen impl

This commit is contained in:
2026-03-21 19:22:56 +00:00
parent dfe47846af
commit 07b5f59c2c
13 changed files with 762 additions and 145 deletions
+3
View File
@@ -4,10 +4,13 @@ go 1.25.5
require (
github.com/BurntSushi/toml v1.5.0
github.com/creack/pty v1.1.24
github.com/spf13/cobra v1.10.2
golang.org/x/term v0.30.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.31.0 // indirect
)