master
Bel LaPointe 2025-05-24 14:00:21 -06:00
parent 1f1efc2133
commit f51a94eee1
21 changed files with 80 additions and 80 deletions

View File

@ -2,9 +2,9 @@ package config
import ( import (
"fmt" "fmt"
"gogs.inhome.blapointe.com/local/args" "gitea.inhome.blapointe.com/local/args"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"gogs.inhome.blapointe.com/local/storage" "gitea.inhome.blapointe.com/local/storage"
"os" "os"
"strings" "strings"
) )

16
go.mod
View File

@ -1,17 +1,17 @@
module gogs.inhome.blapointe.com/local/firestormy module gitea.inhome.blapointe.com/local/firestormy
go 1.17 go 1.17
require ( require (
gitea.inhome.blapointe.com/local/args v0.0.0-20240109214601-658deda479a4
gitea.inhome.blapointe.com/local/gziphttp v0.0.0-20240109214739-0d639b0a9eb9
gitea.inhome.blapointe.com/local/lastn v0.0.0-20250524195935-922b4fe5ad09
gitea.inhome.blapointe.com/local/logb v0.0.0-20231109150430-1221d87a6dbc
gitea.inhome.blapointe.com/local/oauth2 v0.0.0-20240310164135-6ae4b401b1d1
gitea.inhome.blapointe.com/local/router v0.0.0-20231109150317-e6b81bf7c23c
gitea.inhome.blapointe.com/local/storage v0.0.0-20231109151605-736d446d407d
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0
github.com/robfig/cron/v3 v3.0.1 github.com/robfig/cron/v3 v3.0.1
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34
gogs.inhome.blapointe.com/local/gziphttp v0.0.0-20230410154402-6b42100cf2a7
gogs.inhome.blapointe.com/local/lastn v0.0.0-20230410162144-91237b6eea8c
gogs.inhome.blapointe.com/local/logb v0.0.0-20230410154319-880efa39d871
gogs.inhome.blapointe.com/local/oauth2 v0.0.0-20230410162733-d39498ff8454
gogs.inhome.blapointe.com/local/router v0.0.0-20230410162418-08ccdc13df87
gogs.inhome.blapointe.com/local/storage v0.0.0-20230410162102-db39d7b02e29
) )
require ( require (

28
go.sum
View File

@ -1,6 +1,20 @@
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8=
cloud.google.com/go v0.33.1 h1:fmJQWZ1w9PGkHR1YL/P7HloDvqlmKQ4Vpb7PC2e+aCk= cloud.google.com/go v0.33.1 h1:fmJQWZ1w9PGkHR1YL/P7HloDvqlmKQ4Vpb7PC2e+aCk=
cloud.google.com/go v0.33.1/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.33.1/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
gitea.inhome.blapointe.com/local/args v0.0.0-20240109214601-658deda479a4 h1:4qBHjKAiEwRV1A1tN1JK6PsLV1+UwESXKrjGqfCCdNk=
gitea.inhome.blapointe.com/local/args v0.0.0-20240109214601-658deda479a4/go.mod h1:SqCOE3bE3wvrztVIQGHuyxHKfDjRKU9EWhBdkmkiwyc=
gitea.inhome.blapointe.com/local/gziphttp v0.0.0-20240109214739-0d639b0a9eb9 h1:Vq4jPYz6pCDMx7rxySw7SbKH3FHBywt1oS1TpXx4noM=
gitea.inhome.blapointe.com/local/gziphttp v0.0.0-20240109214739-0d639b0a9eb9/go.mod h1:YSOO/quInfKxfgqHH8exd71292hkLgqu2BO5oz6EATE=
gitea.inhome.blapointe.com/local/lastn v0.0.0-20250524195935-922b4fe5ad09 h1:FmSMlfitMwDlSb9hTd4z/ewpfHzusKu8dNijnFWav8g=
gitea.inhome.blapointe.com/local/lastn v0.0.0-20250524195935-922b4fe5ad09/go.mod h1:461yt9WU/2q5w5Orn8wMBsyUUNO5TBCazrqfnQ3HeX0=
gitea.inhome.blapointe.com/local/logb v0.0.0-20231109150430-1221d87a6dbc h1:u3akQkq12V8xWXlcDgjZxIK6hqo6f1eHd9KOxAKMoKc=
gitea.inhome.blapointe.com/local/logb v0.0.0-20231109150430-1221d87a6dbc/go.mod h1:KwilawX4UgD4HxSJAVFEzkuckrnHeQrd49KwUX6GpYU=
gitea.inhome.blapointe.com/local/oauth2 v0.0.0-20240310164135-6ae4b401b1d1 h1:yC+JMToG4+yoJkgsAEo/S7NdzDXrbXoGARvgR1bYIbo=
gitea.inhome.blapointe.com/local/oauth2 v0.0.0-20240310164135-6ae4b401b1d1/go.mod h1:XvS1/YJqCL+HoLo76dSLTjRYR+4Hfg4srhEVhMK3L8E=
gitea.inhome.blapointe.com/local/router v0.0.0-20231109150317-e6b81bf7c23c h1:+9kTZ3+ziuvmo+mC/xh/wVogFIAT1LeMzJMfSk0onsE=
gitea.inhome.blapointe.com/local/router v0.0.0-20231109150317-e6b81bf7c23c/go.mod h1:xYz/cn236KTBSWNQ9bqCyBmy8aQ7VL95pDDJmeupmN4=
gitea.inhome.blapointe.com/local/storage v0.0.0-20231109151605-736d446d407d h1:SQq4hWImnvtrRfpPgOW4go+sBjMluuhRL/43b8L0yB4=
gitea.inhome.blapointe.com/local/storage v0.0.0-20231109151605-736d446d407d/go.mod h1:TRK5z/XTT6jws++Q21Y8DQot+5vZGTNeHf+RjuY8aQk=
github.com/Azure/azure-pipeline-go v0.1.8/go.mod h1:XA1kFWRVhSK+KNFiOhfv83Fv8L9achrP7OxIzeTn1Yg= github.com/Azure/azure-pipeline-go v0.1.8/go.mod h1:XA1kFWRVhSK+KNFiOhfv83Fv8L9achrP7OxIzeTn1Yg=
github.com/Azure/azure-storage-blob-go v0.0.0-20181023070848-cf01652132cc/go.mod h1:oGfmITT1V6x//CswqY2gtAHND+xIP64/qL7a5QJix0Y= github.com/Azure/azure-storage-blob-go v0.0.0-20181023070848-cf01652132cc/go.mod h1:oGfmITT1V6x//CswqY2gtAHND+xIP64/qL7a5QJix0Y=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
@ -185,20 +199,6 @@ github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7Jul
github.com/yunify/qingstor-sdk-go v2.2.15+incompatible/go.mod h1:w6wqLDQ5bBTzxGJ55581UrSwLrsTAsdo9N6yX/8d9RY= github.com/yunify/qingstor-sdk-go v2.2.15+incompatible/go.mod h1:w6wqLDQ5bBTzxGJ55581UrSwLrsTAsdo9N6yX/8d9RY=
go.mongodb.org/mongo-driver v1.7.2 h1:pFttQyIiJUHEn50YfZgC9ECjITMT44oiN36uArf/OFg= go.mongodb.org/mongo-driver v1.7.2 h1:pFttQyIiJUHEn50YfZgC9ECjITMT44oiN36uArf/OFg=
go.mongodb.org/mongo-driver v1.7.2/go.mod h1:Q4oFMbo1+MSNqICAdYMlC/zSTrwCogR4R8NzkI+yfU8= go.mongodb.org/mongo-driver v1.7.2/go.mod h1:Q4oFMbo1+MSNqICAdYMlC/zSTrwCogR4R8NzkI+yfU8=
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34 h1:0tuX5dfOksiOQD1vbJjVNVTVxTTIng7UrUdSLF5T+Ao=
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34/go.mod h1:YG9n3Clg7683ohkVnJK2hdX8bBS9EojIsd1qPZumX0Y=
gogs.inhome.blapointe.com/local/gziphttp v0.0.0-20230410154402-6b42100cf2a7 h1:nXq9WZXIvYi1Y3lmf3UaCqe6+0C2Klx3VDEJvscFUho=
gogs.inhome.blapointe.com/local/gziphttp v0.0.0-20230410154402-6b42100cf2a7/go.mod h1:Sdj/NB9h3xrzPDqViQAHoDhA5gmpHkrWRXUauvLSA74=
gogs.inhome.blapointe.com/local/lastn v0.0.0-20230410162144-91237b6eea8c h1:6xV7NUsPFBHHx2EoiBi7xCDYPhXPE4nS9ME0gH66xXs=
gogs.inhome.blapointe.com/local/lastn v0.0.0-20230410162144-91237b6eea8c/go.mod h1:17cjVc4c9i6s9vVtU+Rp7eOy3qbMpgyfWC9ySV9OAtI=
gogs.inhome.blapointe.com/local/logb v0.0.0-20230410154319-880efa39d871 h1:cMGPiwvK/QGg4TfW8VasO6SsS/O7UQmwyKDErV/ozoA=
gogs.inhome.blapointe.com/local/logb v0.0.0-20230410154319-880efa39d871/go.mod h1:E0pLNvMLzY0Kth1W078y+06z1AUyVMWnChMpRFf4w2Q=
gogs.inhome.blapointe.com/local/oauth2 v0.0.0-20230410162733-d39498ff8454 h1:U8gUhe9E97/uG3ne6D1VONCCVC6jjBbF1gDMKn3GCeo=
gogs.inhome.blapointe.com/local/oauth2 v0.0.0-20230410162733-d39498ff8454/go.mod h1:YDG4DAUbmKcQUDWdZAJyoUtX+N2zQIFQ0fz88lAPuiU=
gogs.inhome.blapointe.com/local/router v0.0.0-20230410162418-08ccdc13df87 h1:jlIDVPGFk42puv6NYzRkGFMhsZ0L1AHGRyx5ooGb4Ew=
gogs.inhome.blapointe.com/local/router v0.0.0-20230410162418-08ccdc13df87/go.mod h1:FCXhK6+lzJcxBsptnei6vw9pChuQvr4NtuosngjVJDk=
gogs.inhome.blapointe.com/local/storage v0.0.0-20230410162102-db39d7b02e29 h1:SPSz7yQsEfScqyLlBS5uNSOGeT203BkIkFCL8jrm/FA=
gogs.inhome.blapointe.com/local/storage v0.0.0-20230410162102-db39d7b02e29/go.mod h1:zk8Fe2Ezc2f6oOe2yllsbEhXqssUU1K2faoS0eQ9alY=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

View File

@ -1,7 +1,7 @@
package logger package logger
import ( import (
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
) )
type Logger struct{} type Logger struct{}

View File

@ -5,7 +5,7 @@ import (
"errors" "errors"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"os" "os"
"testing" "testing"

View File

@ -1,10 +1,10 @@
package main package main
import ( import (
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/firestormy/server" "gitea.inhome.blapointe.com/local/firestormy/server"
"gogs.inhome.blapointe.com/local/lastn/lastn" "gitea.inhome.blapointe.com/local/lastn/lastn"
"log" "log"
"net/http" "net/http"
"os" "os"

View File

@ -4,11 +4,11 @@ import (
"bytes" "bytes"
"encoding/gob" "encoding/gob"
"fmt" "fmt"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/logger" "gitea.inhome.blapointe.com/local/firestormy/logger"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"gogs.inhome.blapointe.com/local/storage" "gitea.inhome.blapointe.com/local/storage"
"os/exec" "os/exec"
"strings" "strings"
"time" "time"

View File

@ -3,9 +3,9 @@ package scheduler
import ( import (
"bytes" "bytes"
"io/ioutil" "io/ioutil"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"gogs.inhome.blapointe.com/local/storage" "gitea.inhome.blapointe.com/local/storage"
"os" "os"
"testing" "testing"
"time" "time"

View File

@ -5,10 +5,10 @@ import (
"errors" "errors"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/logger" "gitea.inhome.blapointe.com/local/firestormy/logger"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"regexp" "regexp"
"strings" "strings"
"time" "time"

View File

@ -4,9 +4,9 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/storage" "gitea.inhome.blapointe.com/local/storage"
"os" "os"
"testing" "testing"
"time" "time"

View File

@ -2,7 +2,7 @@ package notes
import ( import (
"html" "html"
"gogs.inhome.blapointe.com/local/notes-server/filetree" "gitea.inhome.blapointe.com/local/notes-server/filetree"
"net/http" "net/http"
"path" "path"
"strings" "strings"

View File

@ -1,6 +1,6 @@
package notes package notes
import "gogs.inhome.blapointe.com/local/notes-server/config" import "gitea.inhome.blapointe.com/local/notes-server/config"
type Notes struct { type Notes struct {
root string root string

View File

@ -1,10 +1,10 @@
package server package server
import ( import (
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"net/http" "net/http"
"strings" "strings"
) )

View File

@ -1,10 +1,10 @@
package server package server
import ( import (
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"net/http" "net/http"
"strings" "strings"
) )

View File

@ -2,10 +2,10 @@ package server
import ( import (
"encoding/json" "encoding/json"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"net/http" "net/http"
"strings" "strings"
) )

View File

@ -3,9 +3,9 @@ package server
import ( import (
"time" "time"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
) )
func toMap(j *scheduler.Job, output bool) map[string]interface{} { func toMap(j *scheduler.Job, output bool) map[string]interface{} {

View File

@ -2,10 +2,10 @@ package server
import ( import (
"encoding/json" "encoding/json"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"net/http" "net/http"
"sort" "sort"
) )

View File

@ -2,7 +2,7 @@ package server
import ( import (
"fmt" "fmt"
"gogs.inhome.blapointe.com/local/router" "gitea.inhome.blapointe.com/local/router"
"net/http" "net/http"
) )

View File

@ -1,10 +1,10 @@
package server package server
import ( import (
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"net/http" "net/http"
"strings" "strings"
) )

View File

@ -1,10 +1,10 @@
package server package server
import ( import (
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/gziphttp" "gitea.inhome.blapointe.com/local/gziphttp"
"gogs.inhome.blapointe.com/local/oauth2/oauth2client" "gitea.inhome.blapointe.com/local/oauth2/oauth2client"
"gogs.inhome.blapointe.com/local/router" "gitea.inhome.blapointe.com/local/router"
"log" "log"
"net/http" "net/http"
"path/filepath" "path/filepath"

View File

@ -5,10 +5,10 @@ import (
"errors" "errors"
"fmt" "fmt"
"io" "io"
"gogs.inhome.blapointe.com/local/firestormy/config" "gitea.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns" "gitea.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/scheduler" "gitea.inhome.blapointe.com/local/firestormy/scheduler"
"gogs.inhome.blapointe.com/local/logb" "gitea.inhome.blapointe.com/local/logb"
"net/http" "net/http"
) )