build: 更新依赖并添加新库
- 更新 go.mod 和 go.sum 文件,添加多个新库 - 在 LoginSidInfo 结构体中添加注释说明 - 在 cmd.go 中添加 TODO 注释
This commit is contained in:
@@ -12,10 +12,14 @@ require (
|
||||
require (
|
||||
github.com/antchfx/xmlquery v1.4.4 // indirect
|
||||
github.com/antchfx/xpath v1.3.3 // indirect
|
||||
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect
|
||||
github.com/bits-and-blooms/bitset v1.5.0 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/pointernil/bitset32 v0.0.1 // indirect
|
||||
github.com/scylladb/termtables v1.0.0 // indirect
|
||||
github.com/yitter/idgenerator-go v1.3.3 // indirect
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user