mirror of
https://github.com/nihilvux/bancho.py.git
synced 2025-10-01 13:55:35 -07:00
9 lines
114 B
Modula-2
9 lines
114 B
Modula-2
module scoreMigrator
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
)
|