clone submodules for go_modules file fetcher #4249
Labels
L: git:submodules
Git submodules
L: go:modules
Golang modules
T: feature-request
Requests for new features
We have a go_modules project that utilizes submodules and we use replace directives from the main modules to access other modules. When we run dependabot we see errors that couldn't read
go.mod
from the submodule.I was able to fix this issue locally and successfully run
./bin/dry-run.rb
after changing this line to be the following:Is it possible to solve this issue in a different way? If not, would it be possible to add a new config so that repositories can clone submodules for go_modules projects?
The text was updated successfully, but these errors were encountered: