Move operators to grafana/grafana

This commit is contained in:
Roberto Jimenez Sanchez
2025-09-01 14:31:13 +02:00
parent 66a99d0ae8
commit 9f19b30a2e
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,9 +7,9 @@ import (
"github.com/fatih/color"
"github.com/urfave/cli/v2"
_ "github.com/grafana/grafana/apps/provisioning/pkg/operators"
gcli "github.com/grafana/grafana/pkg/cmd/grafana-cli/commands"
"github.com/grafana/grafana/pkg/cmd/grafana-server/commands"
_ "github.com/grafana/grafana/pkg/operators"
"github.com/grafana/grafana/pkg/server"
"github.com/grafana/grafana/pkg/services/apiserver/standalone"
)