This commit is contained in:
Bel LaPointe
2023-04-10 10:45:16 -06:00
parent 242f9ee1b4
commit afc7d6001a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -3,8 +3,8 @@ module pttodo-cli
go 1.17 go 1.17
require ( require (
gogs.inhome.blapointe.com/bel/pttodo v0.4.0
gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v2 v2.4.0
gogs.inhome.blapointe.com/bel/pttodo latest
) )
require github.com/robfig/cron/v3 v3.0.1 // indirect require github.com/robfig/cron/v3 v3.0.1 // indirect