summaryrefslogtreecommitdiffstats
path: root/app/channel.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/channel.go')
-rw-r--r--app/channel.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/channel.go b/app/channel.go
index cb46d6a27..fa9ac08ef 100644
--- a/app/channel.go
+++ b/app/channel.go
@@ -10,9 +10,9 @@ import (
"time"
l4g "github.com/alecthomas/log4go"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/store"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/store"
+ "github.com/mattermost/mattermost-server/utils"
)
func (a *App) CreateDefaultChannels(teamId string) ([]*model.Channel, *model.AppError) {