Revert "removes dependencies install for plugins"
This reverts commit 47e363ea15.
This commit is contained in:
@@ -14,7 +14,8 @@ type InstalledPlugin struct {
|
||||
}
|
||||
|
||||
type Dependencies struct {
|
||||
GrafanaVersion string `json:"grafanaVersion"`
|
||||
GrafanaVersion string `json:"grafanaVersion"`
|
||||
Plugins []Plugin `json:"plugins"`
|
||||
}
|
||||
|
||||
type PluginInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user