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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: