summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-17 12:17:27 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-17 12:17:27 -0400
commit3edd8dbdf65e0b7be422a46328cb85482aa78f69 (patch)
tree76a55251e4298221a05cea401b9f91bc0443e1bd /api
parent7901126b638a173a2d9752473e799417444466a7 (diff)
parent4005d8bfd09819280ffce4135f659060172e72a9 (diff)
downloadchat-3edd8dbdf65e0b7be422a46328cb85482aa78f69.tar.gz
chat-3edd8dbdf65e0b7be422a46328cb85482aa78f69.tar.bz2
chat-3edd8dbdf65e0b7be422a46328cb85482aa78f69.zip
Merge pull request #704 from hmhealey/freetype
Updated godep workspace and freetype library so that godep save and restore work again
Diffstat (limited to 'api')
-rw-r--r--api/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/user.go b/api/user.go
index b42d156ae..0a54b6a5d 100644
--- a/api/user.go
+++ b/api/user.go
@@ -5,10 +5,10 @@ package api
import (
"bytes"
- "code.google.com/p/freetype-go/freetype"
l4g "code.google.com/p/log4go"
b64 "encoding/base64"
"fmt"
+ "github.com/golang/freetype"
"github.com/gorilla/mux"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/store"