🎨 🚚 move zbpctrl into zbputils

This commit is contained in:
fumiama
2022-01-12 11:33:12 +08:00
parent 606aec4ec1
commit 00be4a856f
52 changed files with 104 additions and 122 deletions

7
go.mod
View File

@@ -4,8 +4,7 @@ go 1.17
require (
github.com/FloatTech/AnimeAPI v1.2.0
github.com/FloatTech/zbpctrl v1.2.3-add2
github.com/FloatTech/zbputils v1.2.3-add2
github.com/FloatTech/zbputils v1.2.3-add6
github.com/antchfx/htmlquery v1.2.4
github.com/corona10/goimagehash v1.0.3
github.com/fogleman/gg v1.3.0
@@ -49,8 +48,8 @@ require (
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
golang.org/x/sys v0.0.0-20220110181412-a018aaa089fe // indirect
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect