test: cover workbench redis cache regressions

This commit is contained in:
lyon
2026-06-22 15:30:11 +08:00
parent b86e660133
commit 0467019f24
3 changed files with 117 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@ module github.com/pikasTech/HWLAB
go 1.18
require (
github.com/alicebob/miniredis/v2 v2.38.0
github.com/jackc/pgx/v4 v4.18.3
github.com/redis/go-redis/v9 v9.7.0
)
@@ -17,6 +18,7 @@ require (
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/text v0.18.0 // indirect
)