Expose public/ API as submodule (#23345)
* model -> public/model * plugin -> public/plugin * public/model/utils -> public/utils * platform/shared/mlog -> public/shared/mlog * platform/shared/i18n -> public/shared/i18n * platform/shared/markdown -> public/shared/markdown * platform/services/timezones -> public/shared/timezones * channels/einterfaces -> einterfaces * expose public/ submodule * go mod tidy * .github: cache-dependency-path, setup-go-work * modules-tidy for public/ too * remove old gomodtidy
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
070ee26081
Коммит
bb02b35048
@@ -27,13 +27,16 @@ import (
|
||||
"github.com/rs/cors"
|
||||
"golang.org/x/crypto/acme/autocert"
|
||||
|
||||
"github.com/mattermost/mattermost-server/server/public/model"
|
||||
"github.com/mattermost/mattermost-server/server/public/shared/i18n"
|
||||
"github.com/mattermost/mattermost-server/server/public/shared/mlog"
|
||||
"github.com/mattermost/mattermost-server/server/public/shared/timezones"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/app/email"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/app/platform"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/app/request"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/app/teams"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/app/users"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/audit"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/einterfaces"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/jobs"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/jobs/active_users"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/jobs/expirynotify"
|
||||
@@ -54,7 +57,7 @@ import (
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/store"
|
||||
"github.com/mattermost/mattermost-server/server/v8/channels/utils"
|
||||
"github.com/mattermost/mattermost-server/server/v8/config"
|
||||
"github.com/mattermost/mattermost-server/server/v8/model"
|
||||
"github.com/mattermost/mattermost-server/server/v8/einterfaces"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/awsmeter"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/cache"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/httpservice"
|
||||
@@ -63,13 +66,10 @@ import (
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/searchengine/bleveengine/indexer"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/sharedchannel"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/telemetry"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/timezones"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/tracing"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/services/upgrader"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/shared/filestore"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/shared/i18n"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/shared/mail"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/shared/mlog"
|
||||
"github.com/mattermost/mattermost-server/server/v8/platform/shared/templates"
|
||||
)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user