master
Bel LaPointe 2023-11-09 08:19:14 -07:00
parent f3ac2c63fe
commit 5d74b458d5
6 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ import (
"os" "os"
"github.com/google/uuid" "github.com/google/uuid"
"gitea.inhome.blapointe.com/bel/pttodo/pttodo" "gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gopkg.in/yaml.v2" "gopkg.in/yaml.v2"
) )

View File

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

View File

@ -13,7 +13,7 @@ import (
"time" "time"
"github.com/google/uuid" "github.com/google/uuid"
"gitea.inhome.blapointe.com/bel/pttodo/pttodo" "gitea.inhome.blapointe.com/gogs/pttodo/pttodo"
"gopkg.in/yaml.v2" "gopkg.in/yaml.v2"
) )

View File

@ -3,7 +3,7 @@ module pttodo-cli
go 1.17 go 1.17
require ( require (
gogs.inhome.blapointe.com/bel/pttodo v0.4.0 gitea.inhome.blapointe.com/gogs/pttodo master
gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v2 v2.4.0
) )
@ -12,4 +12,4 @@ require (
github.com/robfig/cron/v3 v3.0.1 // indirect github.com/robfig/cron/v3 v3.0.1 // indirect
) )
replace gogs.inhome.blapointe.com/bel/pttodo => ./.. replace gogs.inhome.blapointe.com/gogs/pttodo => ./..

View File

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

2
go.mod
View File

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