feat: global structure for the project
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user