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

unexpected upgradable dependencies at first level #9

Open
gen2thomas opened this issue Apr 20, 2023 · 0 comments
Open

unexpected upgradable dependencies at first level #9

gen2thomas opened this issue Apr 20, 2023 · 0 comments
Labels
invalid This doesn't seem right

Comments

@gen2thomas
Copy link
Collaborator

This behavior seems to be caused by some of the modules which are required with "// indirect" in go.mod.

Such pending upgrades can not be resolved automatically (e.g. by "go get -u ./..." ).

It looks like such dependencies will be included to go.mod (causing first level) but comes normally from a deeper level, so most likely such deptree items should be filtered, possibly by a further switch (CLI parameter).

@gen2thomas gen2thomas added the invalid This doesn't seem right label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant