Chore: Add xorm.io/core into xorm (#103700)

* add xorm.io/core into xorm

* update workspace

* format imports

* update workspace
This commit is contained in:
Serge Zaitsev
2025-04-16 08:58:50 +02:00
committed by GitHub
parent 10eb8aeeee
commit 047f5edae9
39 changed files with 2443 additions and 47 deletions

View File

@ -10,12 +10,12 @@ import (
"github.com/gchaincl/sqlhooks"
"github.com/go-sql-driver/mysql"
"github.com/grafana/grafana/pkg/util/xorm/core"
"github.com/lib/pq"
"github.com/mattn/go-sqlite3"
"github.com/prometheus/client_golang/prometheus"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/trace"
"xorm.io/core"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/infra/tracing"