summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/golang.org/x/image/tiff/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/golang.org/x/image/tiff/reader.go')
-rw-r--r--Godeps/_workspace/src/golang.org/x/image/tiff/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/golang.org/x/image/tiff/reader.go b/Godeps/_workspace/src/golang.org/x/image/tiff/reader.go
index 714e3dda7..651fa8026 100644
--- a/Godeps/_workspace/src/golang.org/x/image/tiff/reader.go
+++ b/Godeps/_workspace/src/golang.org/x/image/tiff/reader.go
@@ -17,7 +17,7 @@ import (
"io/ioutil"
"math"
- "golang.org/x/image/tiff/lzw"
+ "github.com/mattermost/platform/Godeps/_workspace/src/golang.org/x/image/tiff/lzw"
)
// A FormatError reports that the input is not a valid TIFF image.