codestyle: moves cache to infra (#17519)

This commit is contained in:
Carl Bergquist
2019-06-13 10:55:38 +02:00
committed by GitHub
parent df917663e6
commit 6809d2bb29
5 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -12,6 +12,7 @@ import (
"time"
"github.com/facebookgo/inject"
"github.com/patrickmn/go-cache"
"golang.org/x/sync/errgroup"
"github.com/grafana/grafana/pkg/api"
@@ -31,7 +32,6 @@ import (
"github.com/grafana/grafana/pkg/registry"
_ "github.com/grafana/grafana/pkg/services/alerting"
_ "github.com/grafana/grafana/pkg/services/auth"
"github.com/grafana/grafana/pkg/services/cache"
_ "github.com/grafana/grafana/pkg/services/cleanup"
_ "github.com/grafana/grafana/pkg/services/notifications"
_ "github.com/grafana/grafana/pkg/services/provisioning"