mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
10 lines
155 B
Modula-2
10 lines
155 B
Modula-2
|
module github.com/jmoiron/sqlx
|
||
|
|
||
|
go 1.10
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
github.com/lib/pq v1.2.0
|
||
|
github.com/mattn/go-sqlite3 v1.14.6
|
||
|
)
|