群管定时提醒优化列出所有提醒打印

This commit is contained in:
fumiama
2021-08-11 22:06:53 +08:00
parent 997393bd27
commit c875d2beea
2 changed files with 9 additions and 25 deletions

6
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
github.com/FloatTech/AnimeAPI v1.1.3
github.com/FloatTech/ZeroBot-Plugin-Timer v1.4.2
github.com/FloatTech/ZeroBot-Plugin-Timer v1.4.3
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/golang/protobuf v1.5.2
github.com/robfig/cron v1.2.0
@@ -12,11 +12,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
github.com/tidwall/gjson v1.8.1
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.7 // indirect
github.com/wdvxdr1123/ZeroBot v1.2.2
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.5 // indirect
google.golang.org/protobuf v1.27.1 // indirect
modernc.org/sqlite v1.12.0
)