partial go mod

This commit is contained in:
Bel LaPointe
2023-04-10 10:42:11 -06:00
parent 438c0ade59
commit 5a30481ff1
4 changed files with 5 additions and 24 deletions

View File

@@ -6,7 +6,6 @@ import (
"fmt"
"io"
"io/ioutil"
"local/pt-todo-server/pttodo"
"log"
"os"
"os/exec"
@@ -16,6 +15,8 @@ import (
"syscall"
"time"
"gogs.inhome.blapointe.com/local/pttodo"
"gopkg.in/yaml.v2"
)

View File

@@ -4,9 +4,9 @@ go 1.17
require (
gopkg.in/yaml.v2 v2.4.0
local/pt-todo-server v0.0.0-00010101000000-000000000000
gogs.inhome.blapointe.com/local/pttodo latest
)
require github.com/robfig/cron/v3 v3.0.1 // indirect
replace local/pt-todo-server => ../../
replace gogs.inhome.blapointe.com/local/pttodo => ../../