Updated module path to change to gitea

This commit is contained in:
2022-01-22 15:43:33 +01:00
parent 0cdb52754f
commit 795222f342
7 changed files with 11 additions and 11 deletions

View File

@@ -6,18 +6,18 @@ import (
"strings"
"time"
"gitea.larvit.se/pwrpln/auth-api/src/db"
h "gitea.larvit.se/pwrpln/auth-api/src/handlers"
"gitea.larvit.se/pwrpln/auth-api/src/utils"
swagger "github.com/arsmn/fiber-swagger/v2"
"github.com/gofiber/fiber/v2"
"github.com/google/uuid"
"github.com/jackc/pgx/v4/pgxpool"
"github.com/joho/godotenv"
"gitlab.larvit.se/power-plan/auth-api/src/db"
h "gitlab.larvit.se/power-plan/auth-api/src/handlers"
"gitlab.larvit.se/power-plan/auth-api/src/utils"
"go.uber.org/zap"
// docs are generated by Swag CLI, you have to import them.
_ "gitlab.larvit.se/power-plan/auth-api/src/docs"
_ "gitea.larvit.se/pwrpln/auth-api/src/docs"
)
// Don't put in utils, because it creates import cycle with db... just left it here for now