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/stretchr/objx/accessors_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/conversions_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/fixture_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/map_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/mutations_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/security_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/simple_example_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/tests_test.go | 2 +- .../src/github.com/stretchr/objx/type_specific_codegen_test.go | 2 +- Godeps/_workspace/src/github.com/stretchr/objx/value_test.go | 2 +- .../_workspace/src/github.com/stretchr/testify/assert/assertions.go | 4 ++-- Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go | 4 ++-- Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) (limited to 'Godeps/_workspace/src/github.com/stretchr') diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/accessors_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/accessors_test.go index 03915399b..ce5d8e4aa 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/accessors_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/accessors_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/conversions_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/conversions_test.go index 3f68f7061..e9ccd2987 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/conversions_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/conversions_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/fixture_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/fixture_test.go index 9e8b55a75..27f7d9049 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/fixture_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/fixture_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/map_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/map_test.go index e1430512e..1f8b45c61 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/map_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/map_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/mutations_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/mutations_test.go index fb0fccfca..e20ee23bc 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/mutations_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/mutations_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/security_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/security_test.go index a438fa65a..8f0898f62 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/security_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/security_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/simple_example_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/simple_example_test.go index 345c7ce54..5408c7fd3 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/simple_example_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/simple_example_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/tests_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/tests_test.go index 81ad09005..bcc1eb03d 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/tests_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/tests_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen_test.go index f76783485..f7a4fceea 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen_test.go @@ -2,7 +2,7 @@ package objx import ( "fmt" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) diff --git a/Godeps/_workspace/src/github.com/stretchr/objx/value_test.go b/Godeps/_workspace/src/github.com/stretchr/objx/value_test.go index 924406010..521405801 100644 --- a/Godeps/_workspace/src/github.com/stretchr/objx/value_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/objx/value_test.go @@ -1,7 +1,7 @@ package objx import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "testing" ) 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 diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go index 36de9e659..111a281b4 100644 --- a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go +++ b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go @@ -9,8 +9,8 @@ import ( "sync" "time" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/objx" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/objx" + "github.com/stretchr/testify/assert" ) // TestingT is an interface wrapper around *testing.T diff --git a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go index 403534dbc..1315ceccb 100644 --- a/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go +++ b/Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go @@ -2,7 +2,7 @@ package mock import ( "errors" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/stretchr/testify/assert" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "testing" "time" -- cgit v1.2.3-1-g7c22