ft: add tests

This commit is contained in:
2026-09-06 22:32:59 +03:00
parent 5e23b268a6
commit f8b80081ca
4 changed files with 1208 additions and 22 deletions
+15
View File
@@ -0,0 +1,15 @@
module github.com/Angel-Technologies/go-session-redis
go 1.27
require (
github.com/alicebob/miniredis/v2 v2.39.0
github.com/redis/go-redis/v9 v9.22.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)