feat: global structure for the project

This commit is contained in:
2026-04-01 18:06:27 +02:00
parent 534fba2235
commit c3ac141c33
3 changed files with 156 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module gotask-cli
go 1.25.7
require github.com/jedib0t/go-pretty/v6 v6.7.8
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
)