summaryrefslogtreecommitdiffstats
path: root/app/web_conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/web_conn.go')
-rw-r--r--app/web_conn.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/web_conn.go b/app/web_conn.go
index 2f49ac1bd..8a26f7c9c 100644
--- a/app/web_conn.go
+++ b/app/web_conn.go
@@ -8,9 +8,9 @@ import (
"sync/atomic"
"time"
- "github.com/mattermost/platform/einterfaces"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/einterfaces"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
l4g "github.com/alecthomas/log4go"
"github.com/gorilla/websocket"