postgresql/go.mod

11 lines
218 B
Modula-2

module git.selly.red/Selly-Modules/postgresql
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
)