mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
- Replaced `github.com/mattn/go-sqlite3` with `modernc.org/sqlite` for improved compatibility and performance. - Updated `go.mod` and `go.sum` to include several indirect dependencies for enhanced functionality and stability. - Refactored import statements in `metrics.go` and `db.go` to reflect the new SQLite driver.