🐛 Bug fixes on connection and package naming

This commit is contained in:
2024-06-17 22:21:34 +08:00
parent 80ee964afa
commit 9c3b42f078
53 changed files with 236 additions and 137 deletions

View File

@@ -2,7 +2,7 @@ package utils
import (
"fmt"
"git.solsynth.dev/hydrogen/passport/pkg/services"
"git.solsynth.dev/hydrogen/passport/pkg/internal/services"
"github.com/go-playground/validator/v10"
"github.com/gofiber/fiber/v2"
"github.com/samber/lo"