postgresql/go.mod

18 lines
581 B
Modula-2

module git.selly.red/Selly-Modules/postgresql
go 1.16
require (
git.selly.red/Selly-Modules/logger v0.0.3-0.20221010034051-82b204026f8c
github.com/Masterminds/squirrel v1.5.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/jackc/pgx/v4 v4.17.0
github.com/shopspring/decimal v1.3.1
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler/v4 v4.12.0
go.uber.org/zap v1.23.0 // indirect
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
golang.org/x/text v0.3.7
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
)