rename gomod, root project

This commit is contained in:
Bel LaPointe
2021-12-31 21:58:02 -05:00
parent 4ec0475351
commit 1e3f24b4d5
4 changed files with 2 additions and 2 deletions

12
cmd/pttodo-cli/go.mod Normal file
View File

@@ -0,0 +1,12 @@
module pttodo-cli
go 1.17
require (
gopkg.in/yaml.v2 v2.4.0
local/pt-todo-server v0.0.0-00010101000000-000000000000
)
require github.com/robfig/cron/v3 v3.0.1 // indirect
replace local/pt-todo-server => ../../