-
Notifications
You must be signed in to change notification settings - Fork 28
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 work vendor'. We already can work with plain module vendoring. Workspace vendoring is the same but relying on the logic backed by the go.work file. Until now we weren't able to process workspaces properly and correctly, but with the recent changes introduced in previous patches to address that we're now fully ready to flip the switch on vendored workspaces support. Signed-off-by: Erik Skultety <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters