Modules: Add goavro dependency for extensions (#20920)

This commit is contained in:
Emil Tullstedt
2019-12-06 10:33:19 +01:00
committed by GitHub
parent 047abc87c2
commit 413be3a6a0
44 changed files with 6822 additions and 4 deletions

View File

@ -9,6 +9,7 @@ import (
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/registry"
_ "github.com/jung-kurt/gofpdf"
_ "github.com/linkedin/goavro"
_ "github.com/pkg/errors"
_ "github.com/robfig/cron"
_ "github.com/robfig/cron/v3"