Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package_managers: gomod: Add support for vendored workspaces
Introduced by Go 1.22 and controlled via 'go mod vendor'. We already can work with plain module vendoring, so this is just a minor change for us where based on detecting whether workspaces are in use along with vendoring we just switch the command from 'go mod vendor' to 'go work vendor'. Signed-off-by: Erik Skultety <[email protected]>
- Loading branch information