2022-10-10 05:28:43 +00:00
|
|
|
module git.selly.red/Selly-Modules/postgresql
|
2021-08-09 03:24:54 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/squirrel v1.5.0
|
|
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
|
|
github.com/lib/pq v1.10.2
|
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
|
|
)
|