-
-
Couldn't load subscription status.
- Fork 1.8k
Description
Description
I'm working in the VS Code Terminal on Windows and I'm trying to install excelize
go get github.com/xuri/excelize
doesn't work ('go get' is no longer supported outside a module.) and I need to do :
go install github.com/xuri/excelize@latest
instead
go install github.com/xuri/excelize@latest
I have the issue :
version constraints conflict:
github.com/360EntSecGroup-Skylar/excelize/v2@v2.8.1: parsing go.mod:
module declares its path as: github.com/xuri/excelize/v2
but was required as: github.com/360EntSecGroup-Skylar/excelize/v2
Thanks for your help!
Describe the results you received:
Error
Describe the results you expected:
Install ok
Output of go version:
go: github.com/xuri/excelize@latest: version constraints conflict:
github.com/xuri/excelize@v1.4.1: parsing go.mod:
module declares its path as: github.com/360EntSecGroup-Skylar/excelize
but was required as: github.com/xuri/excelize
go: github.com/xuri/excelize@latest: version constraints conflict:
github.com/xuri/excelize@v1.4.1: parsing go.mod:
module declares its path as: github.com/360EntSecGroup-Skylar/excelize
but was required as: github.com/xuri/excelize
Excelize version or commit ID:
(paste here)
Environment details (OS, Microsoft Excel™ version, physical, etc.):