Remove old dependency thing
This commit is contained in:
parent
4216fa4256
commit
91a865467b
@ -38,7 +38,6 @@ func InstallMod(pkg string) []string {
|
|||||||
deps = append(deps, depString)
|
deps = append(deps, depString)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(buffer)
|
fmt.Println(buffer)
|
||||||
|
@ -68,10 +68,10 @@ func DownloadMod(depString string) (int, string) {
|
|||||||
utils.CheckErr(err)
|
utils.CheckErr(err)
|
||||||
|
|
||||||
// TODO: Dependencies!
|
// TODO: Dependencies!
|
||||||
fmt.Println("pog")
|
// fmt.Println("pog")
|
||||||
for _, dep := range mod.Versions[0].Dependencies {
|
// for _, dep := range mod.Versions[0].Dependencies {
|
||||||
DownloadMod(dep)
|
// DownloadMod(dep)
|
||||||
}
|
// }
|
||||||
|
|
||||||
return status, modver
|
return status, modver
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user