feat: go module vendoring support (#3191)
Detects if a `vendor/modules.txt` is present and runs `go mod vendor` if so. Requires gitFs to work. Closes #2580
Loading
Please register or sign in to comment
Detects if a `vendor/modules.txt` is present and runs `go mod vendor` if so. Requires gitFs to work. Closes #2580