update inventory package

This commit is contained in:
2025-11-26 18:22:14 +01:00
parent 7ebbc97e38
commit 28c9a24dac
7 changed files with 567 additions and 25 deletions
+2
View File
@@ -5,6 +5,8 @@ go 1.25.1
require github.com/redis/go-redis/v9 v9.16.0
require (
github.com/alicebob/miniredis/v2 v2.35.0 // indirect
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
)