feat: updated dependency management

This commit is contained in:
Marvin Zhang
2024-12-17 19:32:16 +08:00
parent c945e093d5
commit e77d4cdd31
6 changed files with 88 additions and 59 deletions

View File

@@ -9,4 +9,5 @@ type DependencyConfig struct {
PkgCmd string `json:"pkg_cmd" bson:"pkg_cmd"`
Proxy string `json:"proxy" bson:"proxy"`
Setup bool `json:"setup" bson:"-"`
DefaultVersion string `json:"default_version" bson:"default_version"`
}