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
+1 -1
View File
@@ -15,9 +15,9 @@ import (
"github.com/stretchr/testify/require"
"gopkg.in/macaron.v1"
"github.com/grafana/grafana-plugin-sdk-go/backend/gtime"
"github.com/grafana/grafana/pkg/api/dtos"
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/components/gtime"
"github.com/grafana/grafana/pkg/infra/fs"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/infra/remotecache"