This commit is contained in:
Ryc O'Chet
2026-04-12 21:51:28 +01:00
parent 9339222252
commit 5e520b6f68
50 changed files with 119 additions and 119 deletions

View File

@@ -1,9 +1,9 @@
package bootstrap
import (
"github.com/steveiliop56/tinyauth/internal/repository"
"github.com/steveiliop56/tinyauth/internal/service"
"github.com/steveiliop56/tinyauth/internal/utils/tlog"
"github.com/tinyauthapp/tinyauth/internal/repository"
"github.com/tinyauthapp/tinyauth/internal/service"
"github.com/tinyauthapp/tinyauth/internal/utils/tlog"
)
type Services struct {