Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add inmemory.Download for downloading files without writing to disk
this helper is put in a separate package pkg/download/inmemory to avoid import cycles which occurs due to the network package being imported in the pkg/download package, the cycle is network->ssh->constants->version as a result we'll not be able to import pkg/download in pkg/crc/version currently the helper is used for downloading release-info.json file and the signed bundle hashes file sha256sum.txt.sig
- Loading branch information