Made Production Ready

This commit is contained in:
2025-05-22 23:51:27 -04:00
parent 40d1fa64b8
commit 91ab19fc02
6 changed files with 125 additions and 58 deletions

12
go.mod
View File

@@ -1,5 +1,13 @@
module github.com/AmanTahiliani/todo
go 1.24.0
go 1.21.4
require github.com/mattn/go-sqlite3 v1.14.28
require (
github.com/mattn/go-sqlite3 v1.14.28
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
)