2024-04-18 12:40:26 +08:00
|
|
|
module github.com/yuninks/lockx
|
2023-11-26 20:42:30 +08:00
|
|
|
|
2024-05-22 21:37:42 +08:00
|
|
|
go 1.20
|
2023-11-26 20:42:30 +08:00
|
|
|
|
2024-05-22 21:37:42 +08:00
|
|
|
require github.com/go-redis/redis/v8 v8.11.5
|
2023-11-26 20:42:30 +08:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
|
)
|