hotfix
This commit is contained in:
		
							parent
							
								
									ef4c683ed1
								
							
						
					
					
						commit
						7415af0dd2
					
				@ -29,7 +29,7 @@ func InstallMod(pkg string) {
 | 
				
			|||||||
		buffer += blue("downloaded")
 | 
							buffer += blue("downloaded")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	fmt.Println(deps)
 | 
						// fmt.Println(deps)
 | 
				
			||||||
	dependencies := []string{}
 | 
						dependencies := []string{}
 | 
				
			||||||
	for _, d := range deps {
 | 
						for _, d := range deps {
 | 
				
			||||||
		dependency := tools.ExposeModString(d)
 | 
							dependency := tools.ExposeModString(d)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user