Moved morph dependency to new repo (#19618)

```release-note
NONE
```

Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
Этот коммит содержится в:
Agniva De Sarker
2022-02-23 20:11:12 +05:30
коммит произвёл GitHub
родитель 9534efe534
Коммит 2a59047d07
30 изменённых файлов: 329 добавлений и 242 удалений

Просмотреть файл

@@ -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"