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

@@ -5,8 +5,8 @@ import (
"io/ioutil"
"os"
"gitea.bel.blue/gogs/pttodo/pttodo"
"github.com/google/uuid"
"gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gopkg.in/yaml.v2"
)

View File

@@ -4,7 +4,7 @@ import (
"io"
"os"
"gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gitea.bel.blue/gogs/pttodo/pttodo"
"gopkg.in/yaml.v2"
)

View File

@@ -12,7 +12,7 @@ import (
"syscall"
"time"
"gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gitea.bel.blue/gogs/pttodo/pttodo"
"github.com/google/uuid"
"gopkg.in/yaml.v2"
)
@@ -204,7 +204,7 @@ func vimd(d string) error {
if err != nil {
return err
}
args := []string{editorbin, "-p"}
args := []string{editorbin, "--noplugin", "-p"}
files, err := listDir(d)
if err != nil {
return err

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 => ./..

View File

@@ -1,10 +0,0 @@
gitea.inhome.blapointe.com/gogs/pttodo v0.0.0-20231109151914-5d74b458d542 h1:eOWrA2hEQoyu413vbdXbEXHLXEX2TVBXjWawlWndFhg=
gitea.inhome.blapointe.com/gogs/pttodo v0.0.0-20231109151914-5d74b458d542/go.mod h1:9CFZf/SSod0Z/8WvbmOI4gEzy6xGpBQAq8coVNncNvk=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=

View File

@@ -10,7 +10,7 @@ import (
"slices"
"gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gitea.bel.blue/gogs/pttodo/pttodo"
"gopkg.in/yaml.v2"
)

2
go.mod
View File

@@ -1,4 +1,4 @@
module gitea.inhome.blapointe.com/gogs/pttodo
module gitea.bel.blue/gogs/pttodo
go 1.21