cli to pttodo, gomod all over

This commit is contained in:
Bel LaPointe
2021-12-31 21:55:35 -05:00
parent 03f77ae2a9
commit 3d5192b87c
7 changed files with 67 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module local/pt-todo-server
go 1.17
require (
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v2 v2.4.0
)