summaryrefslogtreecommitdiffstats
path: root/api/general.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/general.go')
-rw-r--r--api/general.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/general.go b/api/general.go
index ceb0b209f..09bbc75c5 100644
--- a/api/general.go
+++ b/api/general.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 InitGeneral() {