from inhome

This commit is contained in:
2026-03-08 09:44:50 -06:00
parent 213ee60807
commit 1bea4d30ef
7 changed files with 8 additions and 18 deletions

View File

@@ -3,11 +3,11 @@ module pttodo-cli
go 1.21
require (
gitea.inhome.blapointe.com/gogs/pttodo v0.0.0-20231109151914-5d74b458d542
gitea.bel.blue/gogs/pttodo latest
github.com/google/uuid v1.3.0
gopkg.in/yaml.v2 v2.4.0
)
require github.com/robfig/cron/v3 v3.0.1 // indirect
replace gogs.inhome.blapointe.com/gogs/pttodo => ./..
replace gogs.bel.blue/gogs/pttodo => ./..