removes dependencies install for plugins

this features was never intended for production.
This commit is contained in:
bergquist
2018-02-14 15:40:25 +01:00
parent 56907eef69
commit 47e363ea15
3 changed files with 3 additions and 23 deletions

View File

@@ -14,8 +14,7 @@ type InstalledPlugin struct {
}
type Dependencies struct {
GrafanaVersion string `json:"grafanaVersion"`
Plugins []Plugin `json:"plugins"`
GrafanaVersion string `json:"grafanaVersion"`
}
type PluginInfo struct {