fix: switch go module for db import

This commit is contained in:
TheGameProfi
2025-10-04 20:31:41 +02:00
committed by Hugo
parent 5273ad4910
commit d6880b5098

View File

@@ -14,7 +14,7 @@ import (
"time"
"github.com/gin-gonic/gin"
"gorm.io/driver/sqlite"
"github.com/glebarez/sqlite"
"gorm.io/gorm"
)