initial CLI exploration

This commit is contained in:
2021-07-02 20:46:58 -04:00
parent ca618cc609
commit b648c1c0ae
5 changed files with 126 additions and 9 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module git.yetaga.in/alazyreader/library
go 1.16
require (
github.com/gdamore/tcell v1.4.0
github.com/go-sql-driver/mysql v1.6.0
github.com/kelseyhightower/envconfig v1.4.0
)