summaryrefslogtreecommitdiffstats
path: root/wsapi/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsapi/user.go')
-rw-r--r--wsapi/user.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsapi/user.go b/wsapi/user.go
index ccb6a3c3d..d79ecab83 100644
--- a/wsapi/user.go
+++ b/wsapi/user.go
@@ -5,9 +5,9 @@ package wsapi
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 InitUser() {