postgresql/go.mod

14 lines
434 B
Modula-2

module github.com/Selly-Modules/postgresql
go 1.16
require (
github.com/Masterminds/squirrel v1.5.0
github.com/Selly-Modules/logger v0.0.2-0.20220824032830-595811dd1f20
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/jackc/pgx/v4 v4.17.0
github.com/volatiletech/sqlboiler/v4 v4.12.0
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
)