chore(db-sqlite): framework version alignment to v1.2.0

This commit is contained in:
2026-08-08 02:25:14 -06:00
parent 2462570c90
commit 8124c088d0
4 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/db-sqlite
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.1.3
code.nochebuena.dev/einherjar/core v1.1.3
code.nochebuena.dev/einherjar/contracts v1.2.0
code.nochebuena.dev/einherjar/core v1.2.0
modernc.org/sqlite v1.37.1
)