修改节点分配方式

This commit is contained in:
2025-09-10 18:26:59 +08:00
parent 7e7d706f84
commit 1900f5e82d
13 changed files with 191 additions and 239 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24.0
require (
github.com/joho/godotenv v1.5.1
github.com/redis/go-redis/v9 v9.11.0
github.com/systemd/slog-journal v0.1.0
gorm.io/driver/mysql v1.6.0
gorm.io/gorm v1.30.1
)
@@ -16,7 +17,6 @@ require (
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/systemd/slog-journal v0.1.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.27.0 // indirect
)