summaryrefslogtreecommitdiffstats
path: root/cmd/platform/channel.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform/channel.go')
-rw-r--r--cmd/platform/channel.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/platform/channel.go b/cmd/platform/channel.go
index 05c3c5eae..1b06474d1 100644
--- a/cmd/platform/channel.go
+++ b/cmd/platform/channel.go
@@ -6,9 +6,9 @@ import (
"errors"
"fmt"
- "github.com/mattermost/platform/app"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/app"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
"github.com/spf13/cobra"
)