Removed useless pkg/database package

This commit is contained in:
PB
2025-10-21 13:33:51 +02:00
parent cb6004f230
commit 8469bd3f33
4 changed files with 7 additions and 71 deletions

View File

@@ -3,7 +3,7 @@ package app
import (
"time"
db "git.ego.freeddns.org/egommerce/identity-service/pkg/database"
db "git.ego.freeddns.org/egommerce/go-api-pkg/database"
redis "github.com/go-redis/redis/v8"
)