⬆️ 更新 zb 到 v1.4.0

This commit is contained in:
fumiama
2021-11-02 17:18:21 +08:00
parent eb1e2de917
commit cb1057cd5e
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -13,10 +13,10 @@ require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.4.2
github.com/mroth/weightedrand v0.4.1
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/shirou/gopsutil v3.21.10+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
github.com/tidwall/gjson v1.10.2
github.com/wdvxdr1123/ZeroBot v1.3.2
github.com/tidwall/gjson v1.11.0
github.com/wdvxdr1123/ZeroBot v1.4.0
modernc.org/sqlite v1.13.3
)