mirror of
https://github.com/Pacerino/CaddyProxyManager.git
synced 2026-07-22 05:31:41 -04:00
Replace gorm.io/driver/sqlite (mattn/go-sqlite3, CGO) with github.com/glebarez/sqlite (modernc, pure Go). Builds and tests no longer need a C toolchain, fixing CI on runners without gcc. Drop the race detector from CI (it requires CGO) and build a static binary in Docker.