🎨 逻辑修改,把依赖从写死改为配置

This commit is contained in:
李寻欢
2023-10-26 10:07:08 +08:00
parent 581faf974c
commit 8f15b58825
12 changed files with 179 additions and 19 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module go-wechat
go 1.21
require (
github.com/duke-git/lancet/v2 v2.2.7
github.com/fsnotify/fsnotify v1.6.0
github.com/go-co-op/gocron v1.34.1
github.com/go-resty/resty/v2 v2.8.0