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

This commit is contained in:
2026-08-08 02:22:57 -06:00
parent e8503d4758
commit 27ad07793f
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.1.3
code.nochebuena.dev/einherjar/contracts v1.2.0
github.com/go-playground/validator/v10 v10.30.1
)