From f51a94eee1366336a60e35b0fd1f2003b69422b0 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sat, 24 May 2025 14:00:21 -0600 Subject: [PATCH] gitea --- config/config.go | 6 +++--- go.mod | 16 ++++++++-------- go.sum | 28 ++++++++++++++-------------- logger/logger.go | 2 +- logger/logger_test.go | 2 +- main.go | 8 ++++---- scheduler/job.go | 10 +++++----- scheduler/job_test.go | 6 +++--- scheduler/scheduler.go | 8 ++++---- scheduler/scheduler_test.go | 6 +++--- server/.notes/create.go | 2 +- server/.notes/notes.go | 2 +- server/able.go | 8 ++++---- server/delete.go | 8 ++++---- server/get.go | 8 ++++---- server/job.go | 6 +++--- server/list.go | 8 ++++---- server/routes.go | 2 +- server/run.go | 8 ++++---- server/server.go | 8 ++++---- server/upsert.go | 8 ++++---- 21 files changed, 80 insertions(+), 80 deletions(-) diff --git a/config/config.go b/config/config.go index 8084c7b..9c9ab63 100755 --- a/config/config.go +++ b/config/config.go @@ -2,9 +2,9 @@ package config import ( "fmt" - "gogs.inhome.blapointe.com/local/args" - "gogs.inhome.blapointe.com/local/logb" - "gogs.inhome.blapointe.com/local/storage" + "gitea.inhome.blapointe.com/local/args" + "gitea.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/storage" "os" "strings" ) diff --git a/go.mod b/go.mod index 4efcf32..35dfa07 100644 --- a/go.mod +++ b/go.mod @@ -1,17 +1,17 @@ -module gogs.inhome.blapointe.com/local/firestormy +module gitea.inhome.blapointe.com/local/firestormy go 1.17 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/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 ( diff --git a/go.sum b/go.sum index 57ef2aa..677090a 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,20 @@ 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/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-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= @@ -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= 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= -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-20190131182504-b8fe1690c613/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= diff --git a/logger/logger.go b/logger/logger.go index 6c14d64..f5c9c68 100755 --- a/logger/logger.go +++ b/logger/logger.go @@ -1,7 +1,7 @@ package logger import ( - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/logb" ) type Logger struct{} diff --git a/logger/logger_test.go b/logger/logger_test.go index 6e0055e..c17a5a2 100755 --- a/logger/logger_test.go +++ b/logger/logger_test.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" "io/ioutil" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/logb" "os" "testing" diff --git a/main.go b/main.go index 6e73f72..aefc67e 100755 --- a/main.go +++ b/main.go @@ -1,10 +1,10 @@ package main import ( - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/firestormy/server" - "gogs.inhome.blapointe.com/local/lastn/lastn" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/firestormy/server" + "gitea.inhome.blapointe.com/local/lastn/lastn" "log" "net/http" "os" diff --git a/scheduler/job.go b/scheduler/job.go index 3e294ff..dcb83d2 100755 --- a/scheduler/job.go +++ b/scheduler/job.go @@ -4,11 +4,11 @@ import ( "bytes" "encoding/gob" "fmt" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/logger" - "gogs.inhome.blapointe.com/local/logb" - "gogs.inhome.blapointe.com/local/storage" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/logger" + "gitea.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/storage" "os/exec" "strings" "time" diff --git a/scheduler/job_test.go b/scheduler/job_test.go index 07a6539..673e286 100755 --- a/scheduler/job_test.go +++ b/scheduler/job_test.go @@ -3,9 +3,9 @@ package scheduler import ( "bytes" "io/ioutil" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/logb" - "gogs.inhome.blapointe.com/local/storage" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/storage" "os" "testing" "time" diff --git a/scheduler/scheduler.go b/scheduler/scheduler.go index 64dca8d..218c239 100755 --- a/scheduler/scheduler.go +++ b/scheduler/scheduler.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" "io/ioutil" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/logger" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/logger" + "gitea.inhome.blapointe.com/local/logb" "regexp" "strings" "time" diff --git a/scheduler/scheduler_test.go b/scheduler/scheduler_test.go index e18ba1d..3a1b33e 100755 --- a/scheduler/scheduler_test.go +++ b/scheduler/scheduler_test.go @@ -4,9 +4,9 @@ import ( "bytes" "fmt" "io/ioutil" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/storage" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/storage" "os" "testing" "time" diff --git a/server/.notes/create.go b/server/.notes/create.go index 4a230f3..0967019 100755 --- a/server/.notes/create.go +++ b/server/.notes/create.go @@ -2,7 +2,7 @@ package notes import ( "html" - "gogs.inhome.blapointe.com/local/notes-server/filetree" + "gitea.inhome.blapointe.com/local/notes-server/filetree" "net/http" "path" "strings" diff --git a/server/.notes/notes.go b/server/.notes/notes.go index 922a695..4c4834b 100755 --- a/server/.notes/notes.go +++ b/server/.notes/notes.go @@ -1,6 +1,6 @@ package notes -import "gogs.inhome.blapointe.com/local/notes-server/config" +import "gitea.inhome.blapointe.com/local/notes-server/config" type Notes struct { root string diff --git a/server/able.go b/server/able.go index 23578da..d1f0f4b 100755 --- a/server/able.go +++ b/server/able.go @@ -1,10 +1,10 @@ package server import ( - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/logb" "net/http" "strings" ) diff --git a/server/delete.go b/server/delete.go index ab76e23..e3fc372 100755 --- a/server/delete.go +++ b/server/delete.go @@ -1,10 +1,10 @@ package server import ( - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/logb" "net/http" "strings" ) diff --git a/server/get.go b/server/get.go index 984b5ad..449aa8e 100755 --- a/server/get.go +++ b/server/get.go @@ -2,10 +2,10 @@ package server import ( "encoding/json" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/logb" "net/http" "strings" ) diff --git a/server/job.go b/server/job.go index 72edd39..c87b522 100755 --- a/server/job.go +++ b/server/job.go @@ -3,9 +3,9 @@ package server import ( "time" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" ) func toMap(j *scheduler.Job, output bool) map[string]interface{} { diff --git a/server/list.go b/server/list.go index ec2409f..5873ed8 100755 --- a/server/list.go +++ b/server/list.go @@ -2,10 +2,10 @@ package server import ( "encoding/json" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/logb" "net/http" "sort" ) diff --git a/server/routes.go b/server/routes.go index dbcb9e5..c86af0d 100755 --- a/server/routes.go +++ b/server/routes.go @@ -2,7 +2,7 @@ package server import ( "fmt" - "gogs.inhome.blapointe.com/local/router" + "gitea.inhome.blapointe.com/local/router" "net/http" ) diff --git a/server/run.go b/server/run.go index 23d57e6..33c32b2 100755 --- a/server/run.go +++ b/server/run.go @@ -1,10 +1,10 @@ package server import ( - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/logb" "net/http" "strings" ) diff --git a/server/server.go b/server/server.go index 7eee9c0..621a3d4 100755 --- a/server/server.go +++ b/server/server.go @@ -1,10 +1,10 @@ package server import ( - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/gziphttp" - "gogs.inhome.blapointe.com/local/oauth2/oauth2client" - "gogs.inhome.blapointe.com/local/router" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/gziphttp" + "gitea.inhome.blapointe.com/local/oauth2/oauth2client" + "gitea.inhome.blapointe.com/local/router" "log" "net/http" "path/filepath" diff --git a/server/upsert.go b/server/upsert.go index c0d0227..52ac09a 100755 --- a/server/upsert.go +++ b/server/upsert.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" "io" - "gogs.inhome.blapointe.com/local/firestormy/config" - "gogs.inhome.blapointe.com/local/firestormy/config/ns" - "gogs.inhome.blapointe.com/local/firestormy/scheduler" - "gogs.inhome.blapointe.com/local/logb" + "gitea.inhome.blapointe.com/local/firestormy/config" + "gitea.inhome.blapointe.com/local/firestormy/config/ns" + "gitea.inhome.blapointe.com/local/firestormy/scheduler" + "gitea.inhome.blapointe.com/local/logb" "net/http" )