test: cover workbench redis cache regressions
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user