chore(core): framework version alignment to v1.5.0

This commit is contained in:
2026-08-12 17:54:56 -06:00
parent b2bdb637a3
commit 37ba436eb0
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module code.nochebuena.dev/einherjar/core
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.4.0
code.nochebuena.dev/einherjar/contracts v1.5.0
github.com/go-playground/validator/v10 v10.30.3
)