summaryrefslogtreecommitdiffstats
path: root/api/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command.go')
-rw-r--r--api/command.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/command.go b/api/command.go
index 429b58836..cad294823 100644
--- a/api/command.go
+++ b/api/command.go
@@ -10,9 +10,9 @@ import (
l4g "github.com/alecthomas/log4go"
- "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"
)
func InitCommand() {