18 lines
384 B
Modula-2
18 lines
384 B
Modula-2
module go-bot/bot
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/eatmoreapple/openwechat v1.4.3
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/kirinlabs/HttpRequest v1.1.1
|
|
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
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|