first commit

This commit is contained in:
2025-11-24 11:18:08 +08:00
commit b9eb4abed0
15 changed files with 390 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module balance
go 1.22.2
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)