Component(s)
No response
Enhancement Proposal
If any module depends on a local go module on a host computer instead of a remote module currently there is no way to add its support via the command line.
One such example was the hardcoding of an external/ folder inside container to support local dependencies for a module when we were using testdata/ to write a test, support for adding something like this might be a consideration in the future.
Motivation
Users might have use cases when they depend on a local path, we might need to support such modules.
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Component(s)
No response
Enhancement Proposal
If any module depends on a local go module on a host computer instead of a remote module currently there is no way to add its support via the command line.
One such example was the hardcoding of an external/ folder inside container to support local dependencies for a module when we were using testdata/ to write a test, support for adding something like this might be a consideration in the future.
Motivation
Users might have use cases when they depend on a local path, we might need to support such modules.
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.