mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:32:15 +08:00
postgres: decouple sqleng (#86055)
This commit is contained in:
@ -19,7 +19,7 @@ import (
|
||||
|
||||
"github.com/grafana/grafana-plugin-sdk-go/backend/log"
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
"github.com/grafana/grafana/pkg/tsdb/sqleng"
|
||||
"github.com/grafana/grafana/pkg/tsdb/grafana-postgresql-datasource/sqleng"
|
||||
)
|
||||
|
||||
func ProvideService(cfg *setting.Cfg) *Service {
|
||||
|
Reference in New Issue
Block a user