chore: migrate to gitea
Some checks failed
golangci-lint / lint (push) Failing after 1m20s
Test / test (push) Failing after 2m15s

This commit is contained in:
2026-01-27 00:40:46 +01:00
parent 1e05874160
commit a9bca767a9
29 changed files with 107 additions and 89 deletions

View File

@@ -1,8 +1,8 @@
package sharedaccount
import (
"budget/handler"
"budget/internal/storage/dao/postgresql"
"gitea.frenchtouch.duckdns.org/kratisto/budget-backend/handler"
"gitea.frenchtouch.duckdns.org/kratisto/budget-backend/internal/storage/dao/postgresql"
"github.com/gin-gonic/gin"
)