summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-09-17 11:04:26 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-09-17 11:10:06 -0400
commit4005d8bfd09819280ffce4135f659060172e72a9 (patch)
treeae3f5cc29e0fa4d2a543e5cdbe471685981731fb /api
parent047fec54ccc3b0d72bb6a425d06302ffa210553f (diff)
downloadchat-4005d8bfd09819280ffce4135f659060172e72a9.tar.gz
chat-4005d8bfd09819280ffce4135f659060172e72a9.tar.bz2
chat-4005d8bfd09819280ffce4135f659060172e72a9.zip
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"