2022-10-10 03:44:02 +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
|
2022-10-10 03:44:02 +00:00
|
|
|
git.selly.red/Selly-Modules/logger v0.0.2-0.20220824032830-595811dd1f20
|
2022-08-24 08:45:16 +00:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.15.2
|
|
|
|
github.com/jackc/pgx/v4 v4.17.0
|
2022-10-04 04:19:25 +00:00
|
|
|
github.com/volatiletech/null/v8 v8.1.2
|
2022-08-24 08:45:16 +00:00
|
|
|
github.com/volatiletech/sqlboiler/v4 v4.12.0
|
|
|
|
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
|
2022-10-04 04:19:25 +00:00
|
|
|
golang.org/x/text v0.3.7
|
2022-08-24 08:45:16 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
2021-08-09 03:24:54 +00:00
|
|
|
)
|