You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run go get github.com/xuri/excelize/v2 I get an error:
go: downloading github.com/xuri/excelize/v2 v2.9.0
go: module github.com/xuri/excelize@upgrade found (v1.4.1), but does not contain package github.com/xuri/excelize/v2
I’ve cleaned the cache with go clean -cache -modcache
I’m also pulling packages through Artifactory, which works with all my other packages.
Any ideas
Steps to reproduce the issue
Run go get github.com/xuri/excelize/v2
Describe the results you received
go: downloading github.com/xuri/excelize/v2 v2.9.0
go: module github.com/xuri/excelize@upgrade found (v1.4.1), but does not contain package github.com/xuri/excelize/v2
Describe the results you expected
An installed go package
Go version
1.23.3
Excelize version or commit ID
2.9.0
Environment
WSL on Windows 11
Artifactory as GOPROXY
Validations
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
The provided reproduction is a minimal reproducible example of the bug.
The text was updated successfully, but these errors were encountered:
Hi, yes I saw those issues, and as written in the description I have run the cache clean commands already, but to no effect. I'm assuming it's something to do with the Artifactory proxy, but don't know what it could be
Description
When I run go get github.com/xuri/excelize/v2 I get an error:
go: downloading github.com/xuri/excelize/v2 v2.9.0
go: module github.com/xuri/excelize@upgrade found (v1.4.1), but does not contain package github.com/xuri/excelize/v2
I’ve cleaned the cache with go clean -cache -modcache
I’m also pulling packages through Artifactory, which works with all my other packages.
Any ideas
Steps to reproduce the issue
Describe the results you received
go: downloading github.com/xuri/excelize/v2 v2.9.0
go: module github.com/xuri/excelize@upgrade found (v1.4.1), but does not contain package github.com/xuri/excelize/v2
Describe the results you expected
An installed go package
Go version
1.23.3
Excelize version or commit ID
2.9.0
Environment
Validations
The text was updated successfully, but these errors were encountered: