Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolver: Use a temporary working copy of the repository with gomod
gomod has been the only backend that prevented us from using a temporary working copy of the input repository with all package manager backends. The reason for that was the existence of the: * '--gomod-vendor' * '--gomod-vendor-check', and * '--force-gomod-tidy' CLI flags that allowed the source repository to be dirtied by us. With all of those flags now deprecated (treating them as NOOP) we can use a temporary repository copy with gomod as well. Resolves: containerbuildsystem#707 Signed-off-by: Erik Skultety <[email protected]>
- Loading branch information