getconfig in pttodo-cli

This commit is contained in:
Bel LaPointe
2022-03-23 07:27:49 -06:00
parent 7d98e6f0fc
commit d8e732087a
3 changed files with 43 additions and 72 deletions

2
go.mod
View File

@@ -5,7 +5,6 @@ go 1.17
require (
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v2 v2.4.0
local/sandbox/contact/contact v0.0.0-00010101000000-000000000000
)
require (
@@ -15,4 +14,3 @@ require (
golang.org/x/text v0.3.7 // indirect
)
replace local/sandbox/contact/contact => ../sandbox/contact/contact