Functionally done!

This commit is contained in:
Mariano Uvalle 2023-11-10 07:48:11 +00:00
parent 426500df45
commit 7bcdd2dd80
10 changed files with 219 additions and 33 deletions

1
go.mod
View file

@ -13,6 +13,7 @@ require (
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.18 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.13.0 // indirect
)