Merge remote-tracking branch 'github/master'

This commit is contained in:
Yun
2025-10-04 21:49:42 +08:00
8 changed files with 878 additions and 94 deletions
+10 -2
View File
@@ -1,10 +1,18 @@
module github.com/yuninks/lockx
go 1.20
go 1.24
require github.com/redis/go-redis/v9 v9.14.0
require (
github.com/google/uuid v1.6.0
github.com/redis/go-redis/v9 v9.14.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)