chore(db-postgres): dependency refresh; framework version alignment to v1.4.0

This commit is contained in:
2026-08-12 15:28:45 -06:00
parent 6b9794f683
commit ffc0eb085b
4 changed files with 25 additions and 16 deletions
+5 -5
View File
@@ -3,16 +3,16 @@ module code.nochebuena.dev/einherjar/db-postgres
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.3.0
code.nochebuena.dev/einherjar/core v1.3.0
code.nochebuena.dev/einherjar/contracts v1.4.0
code.nochebuena.dev/einherjar/core v1.4.0
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
github.com/jackc/pgx/v5 v5.8.0
github.com/jackc/pgx/v5 v5.10.0
)
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
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.32.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/text v0.41.0 // indirect
)