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
go list -m all results in go: k8s.io/[email protected]: invalid version: unknown revision v0.0.0 go: k8s.io/[email protected]: invalid version: unknown revision v0.0.0
This issue mainly concern Goland users because Goland uses go list -m all when updating go.mod. In result IDE is unable to get dependencies for the project.
Fix: Force specific version for those libraries.
The text was updated successfully, but these errors were encountered:
go list -m all
results ingo: k8s.io/[email protected]: invalid version: unknown revision v0.0.0 go: k8s.io/[email protected]: invalid version: unknown revision v0.0.0
This issue mainly concern Goland users because Goland uses
go list -m all
when updatinggo.mod
. In result IDE is unable to get dependencies for the project.Fix: Force specific version for those libraries.
The text was updated successfully, but these errors were encountered: