Use sdk pkg for gtime (#39354) (#39468)

(cherry picked from commit 64c8d32fe7)

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-09-21 13:41:31 +02:00
committed by GitHub
co-authored by Andres Martinez Gotor
parent 698c13482a
commit f5be918e49
14 changed files with 13 additions and 202 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"time"
"github.com/grafana/grafana/pkg/components/gtime"
"github.com/grafana/grafana-plugin-sdk-go/backend/gtime"
"github.com/grafana/grafana/pkg/expr/mathexp"
)