Merge 51b30de (more fancy features) into preupdate

Resolve README install URL to the git.k6n.net module path (matches go.mod
and the import examples); keep the cart-reservation additions. go mod tidy
promotes miniredis to a direct dep (used in tests).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 22:01:46 +02:00
co-authored by Claude Opus 4.8
7 changed files with 676 additions and 24 deletions
+5 -1
View File
@@ -2,9 +2,13 @@ module git.k6n.net/mats/go-redis-inventory
go 1.26.2
require github.com/redis/go-redis/v9 v9.16.0
require (
github.com/alicebob/miniredis/v2 v2.35.0
github.com/redis/go-redis/v9 v9.16.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
)