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

This commit is contained in:
2026-08-08 10:47:15 -06:00
parent 27ad07793f
commit 6983770343
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.2.0
code.nochebuena.dev/einherjar/contracts v1.3.0
github.com/go-playground/validator/v10 v10.30.1
)