Chore: Update the xorm dependency (#22376)

* Upgrade xorm

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Noval Agung Prayogo
2020-04-01 20:57:21 +07:00
committed by GitHub
parent d7d94d13a0
commit ea35ae4d1f
166 changed files with 4435 additions and 2954 deletions

View File

@ -7,11 +7,11 @@ import (
"github.com/grafana/grafana/pkg/setting"
"github.com/go-xorm/core"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/tsdb"
"github.com/grafana/grafana/pkg/tsdb/sqleng"
"xorm.io/core"
)
func init() {