This commit is contained in:
cdle
2021-09-14 20:44:05 +08:00
parent 802ed85ea5
commit 2545606147
7 changed files with 102 additions and 4 deletions
+2
View File
@@ -5,7 +5,9 @@ go 1.16
require (
github.com/astaxie/beego v1.12.3
github.com/beego/beego/v2 v2.0.1
github.com/boltdb/bolt v1.3.1
github.com/buger/jsonparser v1.1.1
github.com/robfig/cron/v3 v3.0.1
gopkg.in/tucnak/telebot.v2 v2.4.0
gopkg.in/yaml.v2 v2.4.0
)