Revert "removes dependencies install for plugins"

This reverts commit 47e363ea15.
This commit is contained in:
bergquist
2018-02-16 09:49:29 +01:00
parent 3b04efa4c0
commit 5bbe047eaa
3 changed files with 23 additions and 3 deletions
+2 -1
View File
@@ -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 {