From 2639452967e66c4840164c36817234d3e7c12ac1 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 23 Nov 2015 16:02:16 -0800 Subject: Fixing godep --- .../_workspace/src/github.com/stretchr/testify/assert/assertions.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Godeps/_workspace/src/github.com/stretchr/testify/assert') diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go b/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go index fac7ab828..1935d18da 100644 --- a/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go +++ b/Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go @@ -14,8 +14,8 @@ import ( "unicode" "unicode/utf8" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/pmezard/go-difflib/difflib" + "github.com/davecgh/go-spew/spew" + "github.com/pmezard/go-difflib/difflib" ) // TestingT is an interface wrapper around *testing.T -- cgit v1.2.3-1-g7c22