This commit is contained in:
2025-11-10 20:38:51 +01:00
commit 19d7ad0de6
6 changed files with 385 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.tornberg.me/mats/go-redis-inventory
go 1.25.1
require 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
)