chore(cache-valkey): framework version alignment to v1.5.0

This commit is contained in:
2026-08-12 17:55:51 -06:00
parent 205b2c828d
commit 0bef8ceb83
4 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/cache-valkey
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.4.0
code.nochebuena.dev/einherjar/core v1.4.0
code.nochebuena.dev/einherjar/contracts v1.5.0
code.nochebuena.dev/einherjar/core v1.5.0
github.com/valkey-io/valkey-go v1.0.76
)