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