This commit is contained in:
endigma 2021-01-31 13:44:31 -04:00
parent ef4c683ed1
commit 7415af0dd2

View File

@ -29,7 +29,7 @@ func InstallMod(pkg string) {
buffer += blue("downloaded")
}
fmt.Println(deps)
// fmt.Println(deps)
dependencies := []string{}
for _, d := range deps {
dependency := tools.ExposeModString(d)