mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 02:32:37 +08:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user