mirror of
https://github.com/AmanTahiliani/todo.git
synced 2026-08-07 11:54:14 -04:00
14 lines
243 B
Modula-2
14 lines
243 B
Modula-2
module github.com/AmanTahiliani/todo
|
|
|
|
go 1.24.0
|
|
|
|
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
|
|
)
|