chore(db-postgres): framework version alignment to v1.1.3

This commit is contained in:
2026-08-08 01:26:41 -06:00
parent c333653655
commit 1bd1ab695c
4 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/db-postgres
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.1.2
code.nochebuena.dev/einherjar/core v1.1.2
code.nochebuena.dev/einherjar/contracts v1.1.3
code.nochebuena.dev/einherjar/core v1.1.3
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
github.com/jackc/pgx/v5 v5.8.0
)