write needed modules to UniqueModules.txt

This commit is contained in:
r0n1n7an 2025-04-10 09:23:59 +08:00
parent 3b7f016fe5
commit ce942f76a0
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -164,6 +164,7 @@ func main() {
log.Printf("[MSG] Total Modules From CRIs: %d\r\n", len(moduleList))
uniqueModuleList = _RemoveDuplicateElementOfSlice(moduleList)
log.Printf("[MSG] Unique Modules From CRIs: %d\r\n", len(uniqueModuleList))
_WriteFileFromStringSlice("./UniqueModules.txt", uniqueModuleList)
log.Printf("[MSG] Checking Missing Modules ...\r\n")
for _, m := range uniqueModuleList {