summaryrefslogtreecommitdiffstats
path: root/api/web_socket.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/web_socket.go')
-rw-r--r--api/web_socket.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/web_socket.go b/api/web_socket.go
index 298e44b44..995e2a677 100644
--- a/api/web_socket.go
+++ b/api/web_socket.go
@@ -4,7 +4,7 @@
package api
import (
- l4g "code.google.com/p/log4go"
+ l4g "github.com/alecthomas/log4go"
"github.com/gorilla/mux"
"github.com/gorilla/websocket"
"github.com/mattermost/platform/model"