summaryrefslogtreecommitdiffstats
path: root/api/user.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-12 11:29:21 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-12 11:29:21 -0500
commit691380a60a0f038e22af4b518df91baefbf25e85 (patch)
tree302bda63c5c37a7cb6401bb57211ba936c3cd4fb /api/user.go
parentcf0d275ae44ae0e554c039b34a9b68ddac7a081f (diff)
parenta41c807c700979c4dfb0cdda179e889f022dd80b (diff)
downloadchat-691380a60a0f038e22af4b518df91baefbf25e85.tar.gz
chat-691380a60a0f038e22af4b518df91baefbf25e85.tar.bz2
chat-691380a60a0f038e22af4b518df91baefbf25e85.zip
Merge pull request #1852 from mattermost/PLT-1608
PLT-1608 Upgrading logging package
Diffstat (limited to 'api/user.go')
-rw-r--r--api/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/user.go b/api/user.go
index d4c7fcaf5..6c0ce86d6 100644
--- a/api/user.go
+++ b/api/user.go
@@ -5,9 +5,9 @@ package api
import (
"bytes"
- l4g "code.google.com/p/log4go"
b64 "encoding/base64"
"fmt"
+ l4g "github.com/alecthomas/log4go"
"github.com/disintegration/imaging"
"github.com/golang/freetype"
"github.com/gorilla/mux"