mirror of
https://github.com/therootcompany/telebit.git
synced 2025-02-13 16:38:11 +00:00
8 lines
145 B
Modula-2
8 lines
145 B
Modula-2
|
module github.com/jmoiron/sqlx
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.4.0
|
||
|
github.com/lib/pq v1.0.0
|
||
|
github.com/mattn/go-sqlite3 v1.9.0
|
||
|
)
|