Use sdk pkg for gtime (#39354)

This commit is contained in:
Andres Martinez Gotor
2021-09-21 13:08:52 +02:00
committed by GitHub
parent 875be5ef7c
commit 64c8d32fe7
14 changed files with 13 additions and 202 deletions

View File

@@ -7,7 +7,7 @@ import (
"time"
"github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana/pkg/components/gtime"
"github.com/grafana/grafana-plugin-sdk-go/backend/gtime"
"github.com/grafana/grafana/pkg/tsdb/sqleng"
)