yumi-cron/go.mod
2026-04-17 19:04:32 +08:00

20 lines
492 B
Modula-2

module chatapp-cron
go 1.24
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/redis/go-redis/v9 v9.7.0
gorm.io/driver/mysql v1.5.7
gorm.io/gorm v1.30.0
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/text v0.20.0 // indirect
)