fix
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"gogs.inhome.blapointe.com/bel/pttodo"
|
||||
"gogs.inhome.blapointe.com/bel/pttodo/pttodo"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
@@ -3,8 +3,8 @@ module pttodo-cli
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
gogs.inhome.blapointe.com/bel/pttodo v0.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
|
||||
|
||||
Reference in New Issue
Block a user