summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/golang/freetype/raster
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/golang/freetype/raster')
-rw-r--r--Godeps/_workspace/src/github.com/golang/freetype/raster/geom.go2
-rw-r--r--Godeps/_workspace/src/github.com/golang/freetype/raster/raster.go2
-rw-r--r--Godeps/_workspace/src/github.com/golang/freetype/raster/stroke.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/Godeps/_workspace/src/github.com/golang/freetype/raster/geom.go b/Godeps/_workspace/src/github.com/golang/freetype/raster/geom.go
index 1a2b8a77b..f3696ea98 100644
--- a/Godeps/_workspace/src/github.com/golang/freetype/raster/geom.go
+++ b/Godeps/_workspace/src/github.com/golang/freetype/raster/geom.go
@@ -9,7 +9,7 @@ import (
"fmt"
"math"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/math/fixed"
+ "golang.org/x/image/math/fixed"
)
// maxAbs returns the maximum of abs(a) and abs(b).
diff --git a/Godeps/_workspace/src/github.com/golang/freetype/raster/raster.go b/Godeps/_workspace/src/github.com/golang/freetype/raster/raster.go
index 859bee657..995925e2a 100644
--- a/Godeps/_workspace/src/github.com/golang/freetype/raster/raster.go
+++ b/Godeps/_workspace/src/github.com/golang/freetype/raster/raster.go
@@ -18,7 +18,7 @@ package raster
import (
"strconv"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/math/fixed"
+ "golang.org/x/image/math/fixed"
)
// A cell is part of a linked list (for a given yi co-ordinate) of accumulated
diff --git a/Godeps/_workspace/src/github.com/golang/freetype/raster/stroke.go b/Godeps/_workspace/src/github.com/golang/freetype/raster/stroke.go
index fa9ba640b..8d4379757 100644
--- a/Godeps/_workspace/src/github.com/golang/freetype/raster/stroke.go
+++ b/Godeps/_workspace/src/github.com/golang/freetype/raster/stroke.go
@@ -6,7 +6,7 @@
package raster
import (
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/math/fixed"
+ "golang.org/x/image/math/fixed"
)
// Two points are considered practically equal if the square of the distance