This commit is contained in:
Bel LaPointe
2023-04-10 10:44:41 -06:00
parent 5a30481ff1
commit 242f9ee1b4
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import (
"syscall"
"time"
"gogs.inhome.blapointe.com/local/pttodo"
"gogs.inhome.blapointe.com/bel/pttodo"
"gopkg.in/yaml.v2"
)

View File

@@ -4,9 +4,9 @@ go 1.17
require (
gopkg.in/yaml.v2 v2.4.0
gogs.inhome.blapointe.com/local/pttodo latest
gogs.inhome.blapointe.com/bel/pttodo latest
)
require github.com/robfig/cron/v3 v3.0.1 // indirect
replace gogs.inhome.blapointe.com/local/pttodo => ../../
replace gogs.inhome.blapointe.com/bel/pttodo => ../..