Update goext|gognecht dependencies to new module-root 'git.blackforestbytes'

This commit is contained in:
2025-05-03 17:01:51 +02:00
parent ec22bb7f31
commit 91525f1adb
21 changed files with 134 additions and 147 deletions

View File

@@ -1,8 +1,8 @@
package handler
import (
"gogs.mikescher.com/BlackForestBytes/goext/exerr"
"gogs.mikescher.com/BlackForestBytes/goext/ginext"
"git.blackforestbytes.com/BlackForestBytes/goext/exerr"
"git.blackforestbytes.com/BlackForestBytes/goext/ginext"
bunny "locbunny"
"locbunny/logic"
"locbunny/models"

View File

@@ -3,8 +3,8 @@ package handler
import (
"bytes"
"github.com/gin-gonic/gin"
"gogs.mikescher.com/BlackForestBytes/goext/ginext"
"gogs.mikescher.com/BlackForestBytes/goext/timeext"
"git.blackforestbytes.com/BlackForestBytes/goext/ginext"
"git.blackforestbytes.com/BlackForestBytes/goext/timeext"
"locbunny/logic"
"net/http"
"time"

View File

@@ -5,7 +5,7 @@ import (
"context"
"encoding/json"
"github.com/gin-gonic/gin"
"gogs.mikescher.com/BlackForestBytes/goext/ginext"
"git.blackforestbytes.com/BlackForestBytes/goext/ginext"
templhtml "html/template"
bunny "locbunny"
"locbunny/logic"

View File

@@ -2,7 +2,7 @@ package api
import (
"fmt"
"gogs.mikescher.com/BlackForestBytes/goext/ginext"
"git.blackforestbytes.com/BlackForestBytes/goext/ginext"
bunny "locbunny"
"locbunny/api/handler"
"locbunny/logic"