更新相关库

This commit is contained in:
刘祥超
2022-03-20 10:46:09 +08:00
parent 284b2762f5
commit b07a65c879
4 changed files with 10 additions and 4 deletions

4
go.mod
View File

@@ -18,7 +18,7 @@ require (
github.com/tealeg/xlsx/v3 v3.2.3
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
google.golang.org/grpc v1.44.0
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
google.golang.org/grpc v1.45.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)