Merge branch 'master' of ssh://ip.cya.cx:225/endigma/risk

This commit is contained in:
endigma 2021-02-08 15:02:50 -04:00
commit 17b53c59fd

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)