gr
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gogs.inhome.blapointe.com/local/pttodo"
|
"gogs.inhome.blapointe.com/bel/pttodo"
|
||||||
|
|
||||||
"gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ go 1.17
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
gopkg.in/yaml.v2 v2.4.0
|
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
|
require github.com/robfig/cron/v3 v3.0.1 // indirect
|
||||||
|
|
||||||
replace gogs.inhome.blapointe.com/local/pttodo => ../../
|
replace gogs.inhome.blapointe.com/bel/pttodo => ../..
|
||||||
|
|||||||
Reference in New Issue
Block a user