🎉 first commit

This commit is contained in:
李寻欢
2023-09-21 17:33:59 +08:00
commit 744fb7b1d0
18 changed files with 648 additions and 0 deletions

20
go.mod Normal file
View File

@@ -0,0 +1,20 @@
module go-wechat
go 1.21
require (
github.com/go-co-op/gocron v1.34.1
github.com/go-resty/resty/v2 v2.8.0
gorm.io/driver/mysql v1.5.1
gorm.io/gorm v1.25.4
)
require (
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.15.0 // indirect
)