Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown revisions for few libraries #42

Open
MaciejMis opened this issue May 24, 2024 · 0 comments
Open

Unknown revisions for few libraries #42

MaciejMis opened this issue May 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@MaciejMis
Copy link

MaciejMis commented May 24, 2024

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.

@MaciejMis MaciejMis added bug Something isn't working dependencies Pull requests that update a dependency file labels May 24, 2024
@MaciejMis MaciejMis self-assigned this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant