mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 23:50:48 +02:00
- Replace mattn/go-sqlite3 with glebarez/sqlite for better cross-platform compatibility - Add gormigrate for database migration support - Update go.mod and go.sum with new dependencies - Modify database initialization to use the new SQLite driver - Ignore compiled binary in .gitignore