Moved morph dependency to new repo (#19618)
```release-note NONE ``` Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9534efe534
Коммит
2a59047d07
@@ -17,18 +17,18 @@ import (
|
||||
"time"
|
||||
|
||||
sq "github.com/Masterminds/squirrel"
|
||||
"github.com/go-morph/morph"
|
||||
"github.com/mattermost/morph"
|
||||
|
||||
"github.com/go-morph/morph/drivers"
|
||||
ms "github.com/go-morph/morph/drivers/mysql"
|
||||
ps "github.com/go-morph/morph/drivers/postgres"
|
||||
"github.com/mattermost/morph/drivers"
|
||||
ms "github.com/mattermost/morph/drivers/mysql"
|
||||
ps "github.com/mattermost/morph/drivers/postgres"
|
||||
|
||||
mbindata "github.com/go-morph/morph/sources/go_bindata"
|
||||
"github.com/go-sql-driver/mysql"
|
||||
_ "github.com/golang-migrate/migrate/v4/source/file"
|
||||
"github.com/jmoiron/sqlx"
|
||||
"github.com/lib/pq"
|
||||
"github.com/mattermost/gorp"
|
||||
mbindata "github.com/mattermost/morph/sources/go_bindata"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/mattermost/mattermost-server/v6/db/migrations"
|
||||
|
||||
Ссылка в новой задаче
Block a user