new start | different approach

This commit is contained in:
2026-09-11 20:22:03 -04:00
parent f36de5de5a
commit b85c4c805a
4 changed files with 123 additions and 1 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
module gitea.zacksolutions.dev/Zakaria/cli_todo
go 1.27.0
go 1.27.1
require (
github.com/aquasecurity/table v1.11.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
)