模块化utils、引入protobuf

This commit is contained in:
fumiama
2021-06-06 01:19:48 +08:00
parent 0ba5aedd2d
commit 84b0525f74
10 changed files with 1068 additions and 80 deletions

13
go.mod
View File

@@ -4,9 +4,16 @@ go 1.15
require (
github.com/antchfx/htmlquery v1.2.3
github.com/mattn/go-sqlite3 v1.14.6
github.com/antchfx/xpath v1.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/mattn/go-sqlite3 v1.14.7
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/sirupsen/logrus v1.8.1
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
github.com/tidwall/gjson v1.7.4
github.com/wdvxdr1123/ZeroBot v1.1.2
github.com/tidwall/gjson v1.8.0
github.com/tidwall/pretty v1.1.1 // indirect
github.com/wdvxdr1123/ZeroBot v1.2.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
)