13 lines
265 B
Modula-2
13 lines
265 B
Modula-2
module go-bot/bot
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/eatmoreapple/openwechat v1.1.11
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
)
|
|
|
|
require gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|