pkg from gogs

master
Bel LaPointe 2023-11-09 08:18:00 -07:00
parent a3ca9b1917
commit f3ac2c63fe
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

2
go.mod
View File

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