From 2639452967e66c4840164c36817234d3e7c12ac1 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 23 Nov 2015 16:02:16 -0800 Subject: Fixing godep --- Godeps/_workspace/src/github.com/disintegration/imaging/helpers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Godeps/_workspace/src/github.com/disintegration') 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 -- cgit v1.2.3-1-g7c22