mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:43:07 +08:00
Chore: Replace xorm.io/xorm imports (#104458)
* replace xorm.io/xorm imports * replace xorm from other go.mod files * clean up workspace * nolint does not make sense anymore as it is not a module * try if nolint directive helps * use nolint:all for xorm * add more nolints * try to skip xorm in linter config * exclude xorm differently * retrigger ci
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
|
||||
"github.com/lib/pq"
|
||||
|
||||
"xorm.io/xorm"
|
||||
"github.com/grafana/grafana/pkg/util/xorm"
|
||||
)
|
||||
|
||||
type PostgresDialect struct {
|
||||
|
Reference in New Issue
Block a user