summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go')
-rw-r--r--Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go b/Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go
index e6b4d28eb..5fc72f771 100644
--- a/Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go
+++ b/Godeps/_workspace/src/github.com/golang/freetype/example/truetype/main.go
@@ -16,9 +16,9 @@ import (
"io/ioutil"
"log"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/golang/freetype/truetype"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/font"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/math/fixed"
+ "github.com/golang/freetype/truetype"
+ "golang.org/x/image/font"
+ "golang.org/x/image/math/fixed"
)
var fontfile = flag.String("fontfile", "../../testdata/luxisr.ttf", "filename of the ttf font")