diff --git a/scnserver/_gen/enum-generate.go b/scnserver/_gen/enum-generate.go index 5ec87e9..fe19193 100644 --- a/scnserver/_gen/enum-generate.go +++ b/scnserver/_gen/enum-generate.go @@ -1,7 +1,7 @@ package main import ( - "gogs.mikescher.com/BlackForestBytes/goext/bfcodegen" + "git.blackforestbytes.com/BlackForestBytes/goext/bfcodegen" "os" ) diff --git a/scnserver/_gen/id-generate.go b/scnserver/_gen/id-generate.go index e56161d..2930163 100644 --- a/scnserver/_gen/id-generate.go +++ b/scnserver/_gen/id-generate.go @@ -1,7 +1,7 @@ package main import ( - "gogs.mikescher.com/BlackForestBytes/goext/bfcodegen" + "git.blackforestbytes.com/BlackForestBytes/goext/bfcodegen" "os" ) diff --git a/scnserver/api/ginresp/resp.go b/scnserver/api/ginresp/resp.go index ba8aeb9..e7b5ff8 100644 --- a/scnserver/api/ginresp/resp.go +++ b/scnserver/api/ginresp/resp.go @@ -7,9 +7,9 @@ import ( "fmt" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - json "gogs.mikescher.com/BlackForestBytes/goext/gojson" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + json "git.blackforestbytes.com/BlackForestBytes/goext/gojson" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "runtime/debug" "strings" ) diff --git a/scnserver/api/handler/apiChannel.go b/scnserver/api/handler/apiChannel.go index 1fa9dda..e9d8ece 100644 --- a/scnserver/api/handler/apiChannel.go +++ b/scnserver/api/handler/apiChannel.go @@ -9,9 +9,9 @@ import ( "database/sql" "errors" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/mathext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/mathext" "net/http" "strings" ) diff --git a/scnserver/api/handler/apiClient.go b/scnserver/api/handler/apiClient.go index 9e1a9d8..19f8677 100644 --- a/scnserver/api/handler/apiClient.go +++ b/scnserver/api/handler/apiClient.go @@ -7,8 +7,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" ) diff --git a/scnserver/api/handler/apiKeyToken.go b/scnserver/api/handler/apiKeyToken.go index c12f0e4..a2d5521 100644 --- a/scnserver/api/handler/apiKeyToken.go +++ b/scnserver/api/handler/apiKeyToken.go @@ -7,8 +7,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" ) diff --git a/scnserver/api/handler/apiMessage.go b/scnserver/api/handler/apiMessage.go index a28f936..2fd4b2d 100644 --- a/scnserver/api/handler/apiMessage.go +++ b/scnserver/api/handler/apiMessage.go @@ -4,7 +4,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/logic" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" "net/http" "strings" "time" @@ -13,8 +13,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/api/ginresp" ct "blackforestbytes.com/simplecloudnotifier/db/cursortoken" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/mathext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/mathext" ) // ListMessages swaggerdoc diff --git a/scnserver/api/handler/apiPreview.go b/scnserver/api/handler/apiPreview.go index b3d2264..c72df9a 100644 --- a/scnserver/api/handler/apiPreview.go +++ b/scnserver/api/handler/apiPreview.go @@ -7,7 +7,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" "net/http" ) diff --git a/scnserver/api/handler/apiSenderNames.go b/scnserver/api/handler/apiSenderNames.go index 6bbb584..b89d8a5 100644 --- a/scnserver/api/handler/apiSenderNames.go +++ b/scnserver/api/handler/apiSenderNames.go @@ -5,7 +5,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/api/ginresp" "blackforestbytes.com/simplecloudnotifier/logic" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" "net/http" ) diff --git a/scnserver/api/handler/apiSubscription.go b/scnserver/api/handler/apiSubscription.go index 7b43293..4ad62fd 100644 --- a/scnserver/api/handler/apiSubscription.go +++ b/scnserver/api/handler/apiSubscription.go @@ -7,8 +7,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" "strings" ) diff --git a/scnserver/api/handler/apiUser.go b/scnserver/api/handler/apiUser.go index 0cddf5b..5ccad8e 100644 --- a/scnserver/api/handler/apiUser.go +++ b/scnserver/api/handler/apiUser.go @@ -9,8 +9,8 @@ import ( "errors" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" ) diff --git a/scnserver/api/handler/common.go b/scnserver/api/handler/common.go index 06d3ae4..1e3fcc9 100644 --- a/scnserver/api/handler/common.go +++ b/scnserver/api/handler/common.go @@ -9,9 +9,9 @@ import ( "bytes" "errors" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "net/http" "time" ) diff --git a/scnserver/api/handler/compat.go b/scnserver/api/handler/compat.go index 9ba439b..2921917 100644 --- a/scnserver/api/handler/compat.go +++ b/scnserver/api/handler/compat.go @@ -11,9 +11,9 @@ import ( "database/sql" "errors" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/dataext" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/dataext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" ) diff --git a/scnserver/api/handler/external.go b/scnserver/api/handler/external.go index 7ce7686..0afece2 100644 --- a/scnserver/api/handler/external.go +++ b/scnserver/api/handler/external.go @@ -7,8 +7,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/logic" "blackforestbytes.com/simplecloudnotifier/models" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" "time" ) diff --git a/scnserver/api/handler/message.go b/scnserver/api/handler/message.go index 8fdc74d..4660027 100644 --- a/scnserver/api/handler/message.go +++ b/scnserver/api/handler/message.go @@ -5,9 +5,9 @@ import ( primarydb "blackforestbytes.com/simplecloudnotifier/db/impl/primary" "blackforestbytes.com/simplecloudnotifier/logic" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/dataext" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/dataext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "net/http" ) diff --git a/scnserver/api/handler/website.go b/scnserver/api/handler/website.go index 60bed31..1aa7e91 100644 --- a/scnserver/api/handler/website.go +++ b/scnserver/api/handler/website.go @@ -8,8 +8,8 @@ import ( "errors" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/rext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/rext" "net/http" "regexp" "strings" diff --git a/scnserver/api/router.go b/scnserver/api/router.go index 04c041e..e663d0b 100644 --- a/scnserver/api/router.go +++ b/scnserver/api/router.go @@ -8,7 +8,7 @@ import ( "errors" "github.com/gin-gonic/gin/binding" "github.com/go-playground/validator/v10" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" ) type Router struct { diff --git a/scnserver/cmd/dbhash/main.go b/scnserver/cmd/dbhash/main.go index 9dfb0b5..9768233 100644 --- a/scnserver/cmd/dbhash/main.go +++ b/scnserver/cmd/dbhash/main.go @@ -6,9 +6,9 @@ import ( "database/sql" "fmt" "github.com/glebarez/go-sqlite" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/cmd/migrate/main.go b/scnserver/cmd/migrate/main.go index 1bd5894..af62876 100644 --- a/scnserver/cmd/migrate/main.go +++ b/scnserver/cmd/migrate/main.go @@ -10,10 +10,10 @@ import ( "fmt" _ "github.com/go-sql-driver/mysql" "github.com/jmoiron/sqlx" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/rext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" - "gogs.mikescher.com/BlackForestBytes/goext/termext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/rext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/termext" "os" "regexp" "strings" diff --git a/scnserver/cmd/scnserver/main.go b/scnserver/cmd/scnserver/main.go index 1475a71..0a6b7e6 100644 --- a/scnserver/cmd/scnserver/main.go +++ b/scnserver/cmd/scnserver/main.go @@ -9,8 +9,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/push" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "time" ) diff --git a/scnserver/config.go b/scnserver/config.go index 1ebe8f6..62fc37e 100644 --- a/scnserver/config.go +++ b/scnserver/config.go @@ -4,8 +4,8 @@ import ( "fmt" "github.com/rs/zerolog" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/confext" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/confext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "os" "time" ) diff --git a/scnserver/db/context.go b/scnserver/db/context.go index a6e6e50..d7363d4 100644 --- a/scnserver/db/context.go +++ b/scnserver/db/context.go @@ -1,7 +1,7 @@ package db import ( - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/database.go b/scnserver/db/database.go index a7185a8..1d7b63f 100644 --- a/scnserver/db/database.go +++ b/scnserver/db/database.go @@ -2,7 +2,7 @@ package db import ( "context" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) type DatabaseImpl interface { diff --git a/scnserver/db/dbtools/logger.go b/scnserver/db/dbtools/logger.go index 6c6f870..8dbe84d 100644 --- a/scnserver/db/dbtools/logger.go +++ b/scnserver/db/dbtools/logger.go @@ -4,8 +4,8 @@ import ( "context" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/rext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/rext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "regexp" "strings" ) diff --git a/scnserver/db/dbtools/preprocessor.go b/scnserver/db/dbtools/preprocessor.go index b220519..c0ea077 100644 --- a/scnserver/db/dbtools/preprocessor.go +++ b/scnserver/db/dbtools/preprocessor.go @@ -5,9 +5,9 @@ import ( "errors" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/rext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/rext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "regexp" "strings" "sync" diff --git a/scnserver/db/impl/logs/database.go b/scnserver/db/impl/logs/database.go index acb4050..7b0d28c 100644 --- a/scnserver/db/impl/logs/database.go +++ b/scnserver/db/impl/logs/database.go @@ -13,9 +13,9 @@ import ( "github.com/glebarez/go-sqlite" "github.com/jmoiron/sqlx" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "os" "path/filepath" "time" diff --git a/scnserver/db/impl/logs/meta.go b/scnserver/db/impl/logs/meta.go index 2c0cccc..f177d32 100644 --- a/scnserver/db/impl/logs/meta.go +++ b/scnserver/db/impl/logs/meta.go @@ -3,8 +3,8 @@ package logs import ( "blackforestbytes.com/simplecloudnotifier/db" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) ReadSchema(ctx db.TxContext) (retval int, reterr error) { diff --git a/scnserver/db/impl/logs/utils.go b/scnserver/db/impl/logs/utils.go index 31761fe..b064bad 100644 --- a/scnserver/db/impl/logs/utils.go +++ b/scnserver/db/impl/logs/utils.go @@ -1,7 +1,7 @@ package logs import ( - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "time" ) diff --git a/scnserver/db/impl/primary/channels.go b/scnserver/db/impl/primary/channels.go index 0918387..c764438 100644 --- a/scnserver/db/impl/primary/channels.go +++ b/scnserver/db/impl/primary/channels.go @@ -3,7 +3,7 @@ package primary import ( "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/impl/primary/clients.go b/scnserver/db/impl/primary/clients.go index a2ca1a4..0e9cd25 100644 --- a/scnserver/db/impl/primary/clients.go +++ b/scnserver/db/impl/primary/clients.go @@ -3,7 +3,7 @@ package primary import ( "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) CreateClient(ctx db.TxContext, userid models.UserID, ctype models.ClientType, fcmToken string, agentModel string, agentVersion string, name *string) (models.Client, error) { diff --git a/scnserver/db/impl/primary/compat.go b/scnserver/db/impl/primary/compat.go index 7399157..1702e62 100644 --- a/scnserver/db/impl/primary/compat.go +++ b/scnserver/db/impl/primary/compat.go @@ -5,7 +5,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) CreateCompatID(ctx db.TxContext, idtype string, newid string) (int64, error) { diff --git a/scnserver/db/impl/primary/database.go b/scnserver/db/impl/primary/database.go index 51c1590..f46c1dd 100644 --- a/scnserver/db/impl/primary/database.go +++ b/scnserver/db/impl/primary/database.go @@ -13,9 +13,9 @@ import ( "github.com/glebarez/go-sqlite" "github.com/jmoiron/sqlx" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "os" "path/filepath" "time" diff --git a/scnserver/db/impl/primary/deliveries.go b/scnserver/db/impl/primary/deliveries.go index 2fe7f5c..4dfe673 100644 --- a/scnserver/db/impl/primary/deliveries.go +++ b/scnserver/db/impl/primary/deliveries.go @@ -4,8 +4,8 @@ import ( scn "blackforestbytes.com/simplecloudnotifier" "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/impl/primary/keytokens.go b/scnserver/db/impl/primary/keytokens.go index e09a508..1554268 100644 --- a/scnserver/db/impl/primary/keytokens.go +++ b/scnserver/db/impl/primary/keytokens.go @@ -3,8 +3,8 @@ package primary import ( "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "strings" "time" ) diff --git a/scnserver/db/impl/primary/messages.go b/scnserver/db/impl/primary/messages.go index 62fab30..9d5ff17 100644 --- a/scnserver/db/impl/primary/messages.go +++ b/scnserver/db/impl/primary/messages.go @@ -5,7 +5,7 @@ import ( ct "blackforestbytes.com/simplecloudnotifier/db/cursortoken" "blackforestbytes.com/simplecloudnotifier/models" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/impl/primary/meta.go b/scnserver/db/impl/primary/meta.go index 2af32bd..122d71c 100644 --- a/scnserver/db/impl/primary/meta.go +++ b/scnserver/db/impl/primary/meta.go @@ -3,8 +3,8 @@ package primary import ( "blackforestbytes.com/simplecloudnotifier/db" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) ReadSchema(ctx db.TxContext) (retval int, reterr error) { diff --git a/scnserver/db/impl/primary/senderNames.go b/scnserver/db/impl/primary/senderNames.go index ab2afe1..9b5b311 100644 --- a/scnserver/db/impl/primary/senderNames.go +++ b/scnserver/db/impl/primary/senderNames.go @@ -3,7 +3,7 @@ package primary import ( "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) ListSenderNames(ctx db.TxContext, userid models.UserID, includeForeignSubscribed bool) ([]models.SenderNameStatistics, error) { diff --git a/scnserver/db/impl/primary/subscriptions.go b/scnserver/db/impl/primary/subscriptions.go index 2d58f98..5add8dd 100644 --- a/scnserver/db/impl/primary/subscriptions.go +++ b/scnserver/db/impl/primary/subscriptions.go @@ -3,7 +3,7 @@ package primary import ( "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) CreateSubscription(ctx db.TxContext, subscriberUID models.UserID, channel models.Channel, confirmed bool) (models.Subscription, error) { diff --git a/scnserver/db/impl/primary/users.go b/scnserver/db/impl/primary/users.go index 437cbd2..a75c506 100644 --- a/scnserver/db/impl/primary/users.go +++ b/scnserver/db/impl/primary/users.go @@ -4,8 +4,8 @@ import ( scn "blackforestbytes.com/simplecloudnotifier" "blackforestbytes.com/simplecloudnotifier/db" "blackforestbytes.com/simplecloudnotifier/models" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/impl/primary/utils.go b/scnserver/db/impl/primary/utils.go index 9277f1d..60da691 100644 --- a/scnserver/db/impl/primary/utils.go +++ b/scnserver/db/impl/primary/utils.go @@ -1,7 +1,7 @@ package primary import ( - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "time" ) diff --git a/scnserver/db/impl/requests/database.go b/scnserver/db/impl/requests/database.go index d611e75..6505443 100644 --- a/scnserver/db/impl/requests/database.go +++ b/scnserver/db/impl/requests/database.go @@ -13,9 +13,9 @@ import ( "github.com/glebarez/go-sqlite" "github.com/jmoiron/sqlx" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "os" "path/filepath" "time" diff --git a/scnserver/db/impl/requests/meta.go b/scnserver/db/impl/requests/meta.go index 9d3551c..d4972c4 100644 --- a/scnserver/db/impl/requests/meta.go +++ b/scnserver/db/impl/requests/meta.go @@ -3,8 +3,8 @@ package requests import ( "blackforestbytes.com/simplecloudnotifier/db" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" ) func (db *Database) ReadSchema(ctx db.TxContext) (retval int, reterr error) { diff --git a/scnserver/db/impl/requests/requestlogs.go b/scnserver/db/impl/requests/requestlogs.go index 7b725ce..b64b571 100644 --- a/scnserver/db/impl/requests/requestlogs.go +++ b/scnserver/db/impl/requests/requestlogs.go @@ -4,7 +4,7 @@ import ( ct "blackforestbytes.com/simplecloudnotifier/db/cursortoken" "blackforestbytes.com/simplecloudnotifier/models" "context" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/impl/requests/utils.go b/scnserver/db/impl/requests/utils.go index 00c9490..2aca369 100644 --- a/scnserver/db/impl/requests/utils.go +++ b/scnserver/db/impl/requests/utils.go @@ -1,7 +1,7 @@ package requests import ( - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "time" ) diff --git a/scnserver/db/simplectx/simplecontext.go b/scnserver/db/simplectx/simplecontext.go index 54e3d17..c438a35 100644 --- a/scnserver/db/simplectx/simplecontext.go +++ b/scnserver/db/simplectx/simplecontext.go @@ -5,7 +5,7 @@ import ( "context" "errors" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/db/utils.go b/scnserver/db/utils.go index 2890b63..d22ec15 100644 --- a/scnserver/db/utils.go +++ b/scnserver/db/utils.go @@ -1,7 +1,7 @@ package db import ( - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "time" ) diff --git a/scnserver/dgi.go b/scnserver/dgi.go index f73d6ae..b7de3e6 100644 --- a/scnserver/dgi.go +++ b/scnserver/dgi.go @@ -3,7 +3,7 @@ package server import ( _ "embed" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "strings" ) diff --git a/scnserver/go.mod b/scnserver/go.mod index 84f3e84..df0c56f 100644 --- a/scnserver/go.mod +++ b/scnserver/go.mod @@ -1,45 +1,45 @@ module blackforestbytes.com/simplecloudnotifier -go 1.22 +go 1.23.0 -toolchain go1.22.3 +toolchain go1.24.2 require ( + git.blackforestbytes.com/BlackForestBytes/goext v0.0.572 github.com/gin-gonic/gin v1.10.0 github.com/glebarez/go-sqlite v1.22.0 - github.com/go-playground/validator/v10 v10.22.1 + github.com/go-playground/validator/v10 v10.26.0 github.com/go-sql-driver/mysql v1.8.1 github.com/jmoiron/sqlx v1.4.0 - github.com/rs/zerolog v1.33.0 + github.com/rs/zerolog v1.34.0 github.com/viney-shih/go-lock v1.1.2 - gogs.mikescher.com/BlackForestBytes/goext v0.0.513 gopkg.in/loremipsum.v1 v1.1.2 ) require ( filippo.io/edwards25519 v1.1.0 // indirect - github.com/bytedance/sonic v1.12.2 // indirect - github.com/bytedance/sonic/loader v0.2.0 // indirect - github.com/cloudwego/base64x v0.1.4 // indirect + github.com/bytedance/sonic v1.13.2 // indirect + github.com/bytedance/sonic/loader v0.2.4 // indirect + github.com/cloudwego/base64x v0.1.5 // indirect github.com/cloudwego/iasm v0.2.0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect - github.com/gabriel-vasile/mimetype v1.4.5 // indirect - github.com/gin-contrib/sse v0.1.0 // indirect + github.com/gabriel-vasile/mimetype v1.4.9 // indirect + github.com/gin-contrib/sse v1.1.0 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/goccy/go-json v0.10.3 // indirect - github.com/golang/snappy v0.0.4 // indirect + github.com/goccy/go-json v0.10.5 // indirect + github.com/golang/snappy v1.0.0 // indirect github.com/google/uuid v1.5.0 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/klauspost/compress v1.17.9 // indirect - github.com/klauspost/cpuid/v2 v2.2.8 // indirect + github.com/klauspost/compress v1.18.0 // indirect + github.com/klauspost/cpuid/v2 v2.2.10 // indirect github.com/leodido/go-urn v1.4.0 // indirect - github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/montanaflynn/stats v0.7.1 // indirect - github.com/pelletier/go-toml/v2 v2.2.3 // indirect + github.com/pelletier/go-toml/v2 v2.2.4 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rs/xid v1.6.0 // indirect github.com/twitchyliquid64/golang-asm v0.15.1 // indirect @@ -48,15 +48,15 @@ require ( github.com/xdg-go/scram v1.1.2 // indirect github.com/xdg-go/stringprep v1.0.4 // indirect github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect - go.mongodb.org/mongo-driver v1.16.1 // indirect - golang.org/x/arch v0.10.0 // indirect - golang.org/x/crypto v0.27.0 // indirect - golang.org/x/net v0.29.0 // indirect - golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.25.0 // indirect - golang.org/x/term v0.24.0 // indirect - golang.org/x/text v0.18.0 // indirect - google.golang.org/protobuf v1.34.2 // indirect + go.mongodb.org/mongo-driver v1.17.3 // indirect + golang.org/x/arch v0.16.0 // indirect + golang.org/x/crypto v0.37.0 // indirect + golang.org/x/net v0.39.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/sys v0.32.0 // indirect + golang.org/x/term v0.31.0 // indirect + golang.org/x/text v0.24.0 // indirect + google.golang.org/protobuf v1.36.6 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect modernc.org/libc v1.37.6 // indirect modernc.org/mathutil v1.6.0 // indirect diff --git a/scnserver/go.sum b/scnserver/go.sum index 8b37e66..e945c34 100644 --- a/scnserver/go.sum +++ b/scnserver/go.sum @@ -1,12 +1,17 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= +git.blackforestbytes.com/BlackForestBytes/goext v0.0.572 h1:NALJ4KKkrRZcNJNsmGrUsjFdOclHSA/KyB6f94QV43k= +git.blackforestbytes.com/BlackForestBytes/goext v0.0.572/go.mod h1:C4mXq6MwC919jRHjN5IM++qGy6wmvzJZyz30nf285MU= github.com/bytedance/sonic v1.12.2 h1:oaMFuRTpMHYLpCntGca65YWt5ny+wAceDERTkT2L9lg= github.com/bytedance/sonic v1.12.2/go.mod h1:B8Gt/XvtZ3Fqj+iSKMypzymZxw/FVwgIGKzMzT9r/rk= +github.com/bytedance/sonic v1.13.2/go.mod h1:o68xyaF9u2gvVBuGHPlUVCy+ZfmNNO5ETf1+KgkJhz4= github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU= github.com/bytedance/sonic/loader v0.2.0 h1:zNprn+lsIP06C/IqCHs3gPQIvnvpKbbxyXQP1iU4kWM= github.com/bytedance/sonic/loader v0.2.0/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU= +github.com/bytedance/sonic/loader v0.2.4/go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI= github.com/cloudwego/base64x v0.1.4 h1:jwCgWpFanWmN8xoIUHa2rtzmkd5J2plF/dnLS6Xd/0Y= github.com/cloudwego/base64x v0.1.4/go.mod h1:0zlkT4Wn5C6NdauXdJRhSKRlJvmclQ1hhJgA0rcu/8w= +github.com/cloudwego/base64x v0.1.5/go.mod h1:0zlkT4Wn5C6NdauXdJRhSKRlJvmclQ1hhJgA0rcu/8w= github.com/cloudwego/iasm v0.2.0 h1:1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg= github.com/cloudwego/iasm v0.2.0/go.mod h1:8rXZaNYT2n95jn+zTI1sDr+IgcD2GVs0nlbbQPiEFhY= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= @@ -17,8 +22,10 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/gabriel-vasile/mimetype v1.4.5 h1:J7wGKdGu33ocBOhGy0z653k/lFKLFDPJMG8Gql0kxn4= github.com/gabriel-vasile/mimetype v1.4.5/go.mod h1:ibHel+/kbxn9x2407k1izTA1S81ku1z/DlgOW2QE0M4= +github.com/gabriel-vasile/mimetype v1.4.9/go.mod h1:WnSQhFKJuBlRyLiKohA/2DtIlPFAbguNaG7QCHcyGok= github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE= github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= +github.com/gin-contrib/sse v1.1.0/go.mod h1:hxRZ5gVpWMT7Z0B0gSNYqqsSCNIJMjzvm6fqCz9vjwM= github.com/gin-gonic/gin v1.10.0 h1:nTuyha1TYqgedzytsKYqna+DfLos46nTv2ygFy86HFU= github.com/gin-gonic/gin v1.10.0/go.mod h1:4PMNQiOhvDRa013RKVbsiNwoyezlm2rm0uX/T7kzp5Y= github.com/glebarez/go-sqlite v1.22.0 h1:uAcMJhaA6r3LHMTFgP0SifzgXg46yJkgxqyuyec+ruQ= @@ -31,13 +38,16 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY= github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA= github.com/go-playground/validator/v10 v10.22.1/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM= +github.com/go-playground/validator/v10 v10.26.0/go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo= github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA= github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M= +github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM= github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -51,9 +61,11 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA= github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= +github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ= github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM= github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= +github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= github.com/knz/go-libedit v1.10.1/go.mod h1:MZTVkCWyz0oBc7JOWP3wNAzd002ZbM/5hgShxwh4x8M= github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ= github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI= @@ -61,6 +73,7 @@ github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw= github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= +github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= @@ -76,6 +89,7 @@ github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8 github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M= github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc= +github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= @@ -86,6 +100,7 @@ github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU= github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8= github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= +github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= @@ -114,25 +129,28 @@ github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78/go.mod h1:aL8wCCfTfS github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= go.mongodb.org/mongo-driver v1.16.1 h1:rIVLL3q0IHM39dvE+z2ulZLp9ENZKThVfuvN/IiN4l8= go.mongodb.org/mongo-driver v1.16.1/go.mod h1:oB6AhJQvFQL4LEHyXi6aJzQJtBiTQHiAd83l0GdFaiw= -gogs.mikescher.com/BlackForestBytes/goext v0.0.513 h1:zGb5n220AYNElzQs611RYXfZlnUw6/VJJesfLftphkQ= -gogs.mikescher.com/BlackForestBytes/goext v0.0.513/go.mod h1:9Q9EjraeE3yih7EXgBlnwLLJXWuRZNsl7s5TVTh3aOU= +go.mongodb.org/mongo-driver v1.17.3/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ= golang.org/x/arch v0.10.0 h1:S3huipmSclq3PJMNe76NGwkBR504WFkQ5dhzWzP8ZW8= golang.org/x/arch v0.10.0/go.mod h1:FEVrYAQjsQXMVJ1nsMoVVXPZg6p2JE2mx8psSWTDQys= +golang.org/x/arch v0.16.0/go.mod h1:JmwW7aLIoRUKgaTzhkiEFxvcEiQGyOg9BMonBJUS7EE= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A= golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70= +golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0= +golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -144,22 +162,26 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM= golang.org/x/term v0.24.0/go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8= +golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224= golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= +golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= +google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/loremipsum.v1 v1.1.2 h1:12APklfJKuGszqZsrArW5QoQh03/W+qyCCjvnDuS6Tw= diff --git a/scnserver/google/dummy.go b/scnserver/google/dummy.go index c52ca73..82c6b15 100644 --- a/scnserver/google/dummy.go +++ b/scnserver/google/dummy.go @@ -4,7 +4,7 @@ import ( "context" _ "embed" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "strings" "time" ) diff --git a/scnserver/google/oauth2.go b/scnserver/google/oauth2.go index bd21e72..374cc6e 100644 --- a/scnserver/google/oauth2.go +++ b/scnserver/google/oauth2.go @@ -13,8 +13,8 @@ import ( "errors" "fmt" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "io" "net/http" "net/url" diff --git a/scnserver/init.go b/scnserver/init.go index 10f8ffd..9ae5453 100644 --- a/scnserver/init.go +++ b/scnserver/init.go @@ -5,8 +5,8 @@ import ( "github.com/gin-gonic/gin" "github.com/rs/zerolog" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "os" "path" "path/filepath" diff --git a/scnserver/jobs/deliveryRetryJob.go b/scnserver/jobs/deliveryRetryJob.go index ae5c450..61d3b2b 100644 --- a/scnserver/jobs/deliveryRetryJob.go +++ b/scnserver/jobs/deliveryRetryJob.go @@ -7,7 +7,7 @@ import ( "errors" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/syncext" + "git.blackforestbytes.com/BlackForestBytes/goext/syncext" "time" ) diff --git a/scnserver/jobs/requestLogCleanupJob.go b/scnserver/jobs/requestLogCleanupJob.go index a46912e..6ad91a1 100644 --- a/scnserver/jobs/requestLogCleanupJob.go +++ b/scnserver/jobs/requestLogCleanupJob.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/syncext" + "git.blackforestbytes.com/BlackForestBytes/goext/syncext" "time" ) diff --git a/scnserver/jobs/requestLogCollectorJob.go b/scnserver/jobs/requestLogCollectorJob.go index f4d24f9..62ac259 100644 --- a/scnserver/jobs/requestLogCollectorJob.go +++ b/scnserver/jobs/requestLogCollectorJob.go @@ -7,7 +7,7 @@ import ( "errors" "fmt" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/syncext" + "git.blackforestbytes.com/BlackForestBytes/goext/syncext" "time" ) diff --git a/scnserver/logic/appcontext.go b/scnserver/logic/appcontext.go index 067c7d2..fe1d6b2 100644 --- a/scnserver/logic/appcontext.go +++ b/scnserver/logic/appcontext.go @@ -9,8 +9,8 @@ import ( "errors" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/logic/application.go b/scnserver/logic/application.go index 61a8c4f..391496e 100644 --- a/scnserver/logic/application.go +++ b/scnserver/logic/application.go @@ -12,8 +12,8 @@ import ( "fmt" "github.com/rs/zerolog/log" golock "github.com/viney-shih/go-lock" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/syncext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/syncext" "net" "os" "os/signal" diff --git a/scnserver/logic/message.go b/scnserver/logic/message.go index c718d27..6e9f813 100644 --- a/scnserver/logic/message.go +++ b/scnserver/logic/message.go @@ -10,10 +10,10 @@ import ( "fmt" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/mathext" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/mathext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "strings" "time" ) diff --git a/scnserver/logic/permissions.go b/scnserver/logic/permissions.go index ffa5dfe..982786d 100644 --- a/scnserver/logic/permissions.go +++ b/scnserver/logic/permissions.go @@ -6,8 +6,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "database/sql" "errors" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" ) func (ac *AppContext) CheckPermissionUserRead(userid models.UserID) *ginext.HTTPResponse { diff --git a/scnserver/logic/request.go b/scnserver/logic/request.go index 890d1e9..2a06f48 100644 --- a/scnserver/logic/request.go +++ b/scnserver/logic/request.go @@ -11,10 +11,10 @@ import ( "github.com/gin-gonic/gin" "github.com/glebarez/go-sqlite" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/dataext" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/dataext" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "math/rand" "runtime/debug" "time" diff --git a/scnserver/models/duration.go b/scnserver/models/duration.go index 5e326ab..8b51ff1 100644 --- a/scnserver/models/duration.go +++ b/scnserver/models/duration.go @@ -2,7 +2,7 @@ package models import ( "encoding/json" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "time" ) diff --git a/scnserver/models/enums_gen.go b/scnserver/models/enums_gen.go index 4bb187b..f93737c 100644 --- a/scnserver/models/enums_gen.go +++ b/scnserver/models/enums_gen.go @@ -2,8 +2,8 @@ package models -import "gogs.mikescher.com/BlackForestBytes/goext/langext" -import "gogs.mikescher.com/BlackForestBytes/goext/enums" +import "git.blackforestbytes.com/BlackForestBytes/goext/langext" +import "git.blackforestbytes.com/BlackForestBytes/goext/enums" const ChecksumEnumGenerator = "7585f93c9270c25db0e367d668827c6ae89b309b6fd2b3d1aaf7f7016b07e0b8" // GoExtVersion: 0.0.513 diff --git a/scnserver/models/ids.go b/scnserver/models/ids.go index f9d78e4..ca43ac1 100644 --- a/scnserver/models/ids.go +++ b/scnserver/models/ids.go @@ -1,7 +1,7 @@ package models import ( - "gogs.mikescher.com/BlackForestBytes/goext/rext" + "git.blackforestbytes.com/BlackForestBytes/goext/rext" ) //go:generate go run ../_gen/id-generate.go -- ids_gen.go diff --git a/scnserver/models/ids_gen.go b/scnserver/models/ids_gen.go index 413b297..09af3ad 100644 --- a/scnserver/models/ids_gen.go +++ b/scnserver/models/ids_gen.go @@ -7,9 +7,9 @@ import "crypto/sha256" import "fmt" import "github.com/go-playground/validator/v10" import "github.com/rs/zerolog/log" -import "gogs.mikescher.com/BlackForestBytes/goext/exerr" -import "gogs.mikescher.com/BlackForestBytes/goext/langext" -import "gogs.mikescher.com/BlackForestBytes/goext/rext" +import "git.blackforestbytes.com/BlackForestBytes/goext/exerr" +import "git.blackforestbytes.com/BlackForestBytes/goext/langext" +import "git.blackforestbytes.com/BlackForestBytes/goext/rext" import "math/big" import "reflect" import "regexp" diff --git a/scnserver/models/keytoken.go b/scnserver/models/keytoken.go index 0dd07bf..759e1a9 100644 --- a/scnserver/models/keytoken.go +++ b/scnserver/models/keytoken.go @@ -2,7 +2,7 @@ package models import ( "encoding/json" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "strings" ) diff --git a/scnserver/models/message.go b/scnserver/models/message.go index 9a1576b..f86981e 100644 --- a/scnserver/models/message.go +++ b/scnserver/models/message.go @@ -2,7 +2,7 @@ package models import ( "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "time" ) diff --git a/scnserver/models/messagefilter.go b/scnserver/models/messagefilter.go index 1ddffc7..a2dc4c5 100644 --- a/scnserver/models/messagefilter.go +++ b/scnserver/models/messagefilter.go @@ -4,10 +4,10 @@ import ( "crypto/sha512" "encoding/hex" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/dataext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/mathext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/dataext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/mathext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "strconv" "strings" "time" diff --git a/scnserver/models/requestlogfilter.go b/scnserver/models/requestlogfilter.go index e97ad37..d3cf8c5 100644 --- a/scnserver/models/requestlogfilter.go +++ b/scnserver/models/requestlogfilter.go @@ -3,9 +3,9 @@ package models import ( "crypto/sha512" "encoding/hex" - "gogs.mikescher.com/BlackForestBytes/goext/dataext" - "gogs.mikescher.com/BlackForestBytes/goext/mathext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/dataext" + "git.blackforestbytes.com/BlackForestBytes/goext/mathext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "strings" ) diff --git a/scnserver/models/subscriptionfilter.go b/scnserver/models/subscriptionfilter.go index 3e88b3f..5f4f1ff 100644 --- a/scnserver/models/subscriptionfilter.go +++ b/scnserver/models/subscriptionfilter.go @@ -4,9 +4,9 @@ import ( "crypto/sha512" "encoding/hex" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/dataext" - "gogs.mikescher.com/BlackForestBytes/goext/mathext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/dataext" + "git.blackforestbytes.com/BlackForestBytes/goext/mathext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "strings" "time" ) diff --git a/scnserver/models/time.go b/scnserver/models/time.go index 8d9e4a3..664909b 100644 --- a/scnserver/models/time.go +++ b/scnserver/models/time.go @@ -2,8 +2,8 @@ package models import ( "encoding/json" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/rfctime" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/rfctime" "time" ) diff --git a/scnserver/models/utils.go b/scnserver/models/utils.go index 1429c10..5e37248 100644 --- a/scnserver/models/utils.go +++ b/scnserver/models/utils.go @@ -1,8 +1,8 @@ package models import ( - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "time" ) diff --git a/scnserver/push/firebase.go b/scnserver/push/firebase.go index 3d82fd0..5504ed6 100644 --- a/scnserver/push/firebase.go +++ b/scnserver/push/firebase.go @@ -11,7 +11,7 @@ import ( "fmt" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "io" "net/http" "strconv" diff --git a/scnserver/push/oauth2.go b/scnserver/push/oauth2.go index 2172983..9de24e5 100644 --- a/scnserver/push/oauth2.go +++ b/scnserver/push/oauth2.go @@ -13,8 +13,8 @@ import ( "errors" "fmt" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "io" "net/http" "net/url" diff --git a/scnserver/push/testSink.go b/scnserver/push/testSink.go index ac74329..68f1e71 100644 --- a/scnserver/push/testSink.go +++ b/scnserver/push/testSink.go @@ -4,7 +4,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" "context" _ "embed" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" ) type SinkData struct { diff --git a/scnserver/swagger/swagger.go b/scnserver/swagger/swagger.go index 8b63917..3a3a50b 100644 --- a/scnserver/swagger/swagger.go +++ b/scnserver/swagger/swagger.go @@ -4,7 +4,7 @@ import ( "embed" _ "embed" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" "net/http" "strings" ) diff --git a/scnserver/test/channel_test.go b/scnserver/test/channel_test.go index c9dfcde..9baac58 100644 --- a/scnserver/test/channel_test.go +++ b/scnserver/test/channel_test.go @@ -8,7 +8,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/api/apierr" tt "blackforestbytes.com/simplecloudnotifier/test/util" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" ) func TestCreateChannel(t *testing.T) { diff --git a/scnserver/test/database_test.go b/scnserver/test/database_test.go index 4a216f3..5ba9487 100644 --- a/scnserver/test/database_test.go +++ b/scnserver/test/database_test.go @@ -10,7 +10,7 @@ import ( "context" "fmt" "github.com/jmoiron/sqlx" - "gogs.mikescher.com/BlackForestBytes/goext/sq" + "git.blackforestbytes.com/BlackForestBytes/goext/sq" "testing" ) diff --git a/scnserver/test/keytoken_test.go b/scnserver/test/keytoken_test.go index 25b7375..ff5627f 100644 --- a/scnserver/test/keytoken_test.go +++ b/scnserver/test/keytoken_test.go @@ -5,7 +5,7 @@ import ( tt "blackforestbytes.com/simplecloudnotifier/test/util" "fmt" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "testing" ) diff --git a/scnserver/test/main_test.go b/scnserver/test/main_test.go index 5bc06ac..d709d4a 100644 --- a/scnserver/test/main_test.go +++ b/scnserver/test/main_test.go @@ -3,8 +3,8 @@ package test import ( "database/sql" "github.com/glebarez/go-sqlite" - "gogs.mikescher.com/BlackForestBytes/goext/exerr" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/exerr" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "os" "testing" ) diff --git a/scnserver/test/message_test.go b/scnserver/test/message_test.go index cf2b953..6a45f3a 100644 --- a/scnserver/test/message_test.go +++ b/scnserver/test/message_test.go @@ -10,7 +10,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/models" tt "blackforestbytes.com/simplecloudnotifier/test/util" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" ) func TestSearchMessageFTSSimple(t *testing.T) { diff --git a/scnserver/test/preview_test.go b/scnserver/test/preview_test.go index 43f109b..2b9baa4 100644 --- a/scnserver/test/preview_test.go +++ b/scnserver/test/preview_test.go @@ -7,7 +7,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/api/apierr" tt "blackforestbytes.com/simplecloudnotifier/test/util" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" ) func TestGetChannelPreview(t *testing.T) { diff --git a/scnserver/test/send_test.go b/scnserver/test/send_test.go index 672ce05..fd80b23 100644 --- a/scnserver/test/send_test.go +++ b/scnserver/test/send_test.go @@ -7,7 +7,7 @@ import ( tt "blackforestbytes.com/simplecloudnotifier/test/util" "fmt" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "math/rand/v2" "net/url" "strings" diff --git a/scnserver/test/subscription_test.go b/scnserver/test/subscription_test.go index 53f43f2..64100fb 100644 --- a/scnserver/test/subscription_test.go +++ b/scnserver/test/subscription_test.go @@ -7,7 +7,7 @@ import ( "blackforestbytes.com/simplecloudnotifier/api/apierr" tt "blackforestbytes.com/simplecloudnotifier/test/util" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" ) func TestListSubscriptionsOfUser(t *testing.T) { diff --git a/scnserver/test/util/common.go b/scnserver/test/util/common.go index 55ea08a..ec7fc70 100644 --- a/scnserver/test/util/common.go +++ b/scnserver/test/util/common.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" "github.com/gin-gonic/gin" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "math" "reflect" "runtime/debug" diff --git a/scnserver/test/util/factory.go b/scnserver/test/util/factory.go index 4f6a6e7..8a9b3ca 100644 --- a/scnserver/test/util/factory.go +++ b/scnserver/test/util/factory.go @@ -5,8 +5,8 @@ import ( "fmt" "github.com/gin-gonic/gin" "github.com/rs/zerolog/log" - "gogs.mikescher.com/BlackForestBytes/goext/langext" - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "gopkg.in/loremipsum.v1" "testing" "time" diff --git a/scnserver/test/util/requests.go b/scnserver/test/util/requests.go index 5613c4c..6c92b05 100644 --- a/scnserver/test/util/requests.go +++ b/scnserver/test/util/requests.go @@ -7,7 +7,7 @@ import ( "fmt" "github.com/gin-gonic/gin" "github.com/rs/zerolog" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "io" "mime/multipart" "net/http" diff --git a/scnserver/test/util/structure.go b/scnserver/test/util/structure.go index 7766db0..0ad90a4 100644 --- a/scnserver/test/util/structure.go +++ b/scnserver/test/util/structure.go @@ -3,7 +3,7 @@ package util import ( "encoding/json" "fmt" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "reflect" "testing" "time" diff --git a/scnserver/test/util/webserver.go b/scnserver/test/util/webserver.go index f1868b9..35c7027 100644 --- a/scnserver/test/util/webserver.go +++ b/scnserver/test/util/webserver.go @@ -8,8 +8,8 @@ import ( "blackforestbytes.com/simplecloudnotifier/logic" "blackforestbytes.com/simplecloudnotifier/push" "github.com/rs/zerolog" - "gogs.mikescher.com/BlackForestBytes/goext/ginext" - "gogs.mikescher.com/BlackForestBytes/goext/langext" + "git.blackforestbytes.com/BlackForestBytes/goext/ginext" + "git.blackforestbytes.com/BlackForestBytes/goext/langext" "os" "path/filepath" "testing" diff --git a/scnserver/util.go b/scnserver/util.go index 03c994e..ca9d047 100644 --- a/scnserver/util.go +++ b/scnserver/util.go @@ -1,7 +1,7 @@ package server import ( - "gogs.mikescher.com/BlackForestBytes/goext/timeext" + "git.blackforestbytes.com/BlackForestBytes/goext/timeext" "math/rand" "time" )