2026-05-29 15:50:20 +00:00
|
|
|
module code.nochebuena.dev/einherjar/db-postgres
|
|
|
|
|
|
|
|
|
|
go 1.26
|
|
|
|
|
|
|
|
|
|
require (
|
2026-08-18 18:44:30 -06:00
|
|
|
code.nochebuena.dev/einherjar/contracts v1.7.1
|
|
|
|
|
code.nochebuena.dev/einherjar/core v1.7.1
|
2026-05-29 15:50:20 +00:00
|
|
|
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
|
2026-08-12 15:28:45 -06:00
|
|
|
github.com/jackc/pgx/v5 v5.10.0
|
2026-05-29 15:50:20 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
2026-08-12 15:28:45 -06:00
|
|
|
golang.org/x/sync v0.22.0 // indirect
|
|
|
|
|
golang.org/x/text v0.41.0 // indirect
|
2026-05-29 15:50:20 +00:00
|
|
|
)
|