7b25571a23
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>
15 lines
337 B
Modula-2
15 lines
337 B
Modula-2
module git.k6n.net/mats/go-redis-inventory
|
|
|
|
go 1.26.2
|
|
|
|
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
|
|
)
|