2022-09-09 17:31:08 +02:00
|
|
|
module todo
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/jedib0t/go-pretty/v6 v6.3.8
|
|
|
|
github.com/spf13/cobra v1.5.0
|
2022-09-10 18:54:17 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
|
2022-09-09 17:31:08 +02:00
|
|
|
gorm.io/driver/sqlite v1.3.6
|
|
|
|
gorm.io/gorm v1.23.8
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.12 // indirect
|
2022-09-10 18:54:17 +02:00
|
|
|
github.com/rivo/uniseg v0.3.4 // indirect
|
2022-09-09 17:31:08 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|