You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
307 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

当go.mod升级到 1.18时提示需要执行go Mod tidy,真正执行时报错。
解决办法:
删除go.mod中所有相关xorm的引用然后执行下面的语句即可正常运行
go get -u github.com/xormplus/xorm
go get github.com/xuri/excelize/v2
go get github.com/bluesky335/IDCheck