summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/golang.org/x/image/font/font.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/golang.org/x/image/font/font.go')
-rw-r--r--Godeps/_workspace/src/golang.org/x/image/font/font.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/golang.org/x/image/font/font.go b/Godeps/_workspace/src/golang.org/x/image/font/font.go
index de8802fcc..1eae5c7ab 100644
--- a/Godeps/_workspace/src/golang.org/x/image/font/font.go
+++ b/Godeps/_workspace/src/golang.org/x/image/font/font.go
@@ -14,7 +14,7 @@ import (
"image/draw"
"io"
- "golang.org/x/image/math/fixed"
+ "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/math/fixed"
)
// TODO: who is responsible for caches (glyph images, glyph indices, kerns)?