summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/disintegration
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/disintegration')
-rw-r--r--Godeps/_workspace/src/github.com/disintegration/imaging/helpers.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/_workspace/src/github.com/disintegration/imaging/helpers.go b/Godeps/_workspace/src/github.com/disintegration/imaging/helpers.go
index 247962f2d..79967ae44 100644
--- a/Godeps/_workspace/src/github.com/disintegration/imaging/helpers.go
+++ b/Godeps/_workspace/src/github.com/disintegration/imaging/helpers.go
@@ -20,8 +20,8 @@ import (
"path/filepath"
"strings"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/bmp"
- "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/tiff"
+ "golang.org/x/image/bmp"
+ "golang.org/x/image/tiff"
)
type Format int