Initial Commit

This commit is contained in:
2025-06-03 16:59:39 +03:00
commit 6b5e6e8996
12 changed files with 602 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
module Typer
go 1.24
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/gdamore/tcell v1.4.0 // 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.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
)