Этот коммит содержится в:
Christopher Speller
2017-09-06 23:05:10 -07:00
родитель d8bd57901e
Коммит 29fca51821
326 изменённых файлов: 734 добавлений и 735 удалений

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

@@ -8,14 +8,14 @@ import (
"fmt"
"os"
"github.com/mattermost/platform/app"
"github.com/mattermost/mattermost-server/app"
"github.com/spf13/cobra"
// Plugins
_ "github.com/mattermost/platform/model/gitlab"
_ "github.com/mattermost/mattermost-server/model/gitlab"
// Enterprise Imports
_ "github.com/mattermost/platform/imports"
_ "github.com/mattermost/mattermost-server/imports"
// Enterprise Deps
_ "github.com/dgryski/dgoogauth"