qax-os / excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
https://xuri.me/excelize
BSD 3-Clause "New" or "Revised" License
18.05k stars 1.71k forks source link

Wrong (outdated) module path in go.mod #1884

Closed olegkrutikov closed 5 months ago

olegkrutikov commented 5 months ago

Could you please put the current path https://github.com/qax-os/excelize here https://github.com/qax-os/excelize/blob/master/go.mod (qax-os instead of xuri) - go mod tidy fails because of it

xuri commented 5 months ago

Thanks for your issue. Go allows module path inconsistence with the repository path, there is no plan to change the Go module path. Please delete go mod cache $GOPATH/pkg/mod/cache by go clean -modcache and try again, also reference issues #393, #403, #488, #522, #973, #1020, #1079, #1472 and #1744. I'll close this issue. If you have any questions, please let me know, and you can reopen this anytime.