Chore: Move backgroundsvcs and usagestatssvcs to registry (#72692)

This commit is contained in:
Todd Treece
2023-08-02 09:25:55 -04:00
committed by GitHub
parent 7ec9a0c9da
commit 29fef40f26
9 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/grafana/grafana/pkg/api"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/modules"
"github.com/grafana/grafana/pkg/server/backgroundsvcs"
"github.com/grafana/grafana/pkg/registry/backgroundsvcs"
grafanaapiserver "github.com/grafana/grafana/pkg/services/grafana-apiserver"
"github.com/grafana/grafana/pkg/services/provisioning"
"github.com/grafana/grafana/pkg/services/secrets/kvstore/migrations"