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/davecgh/go-spew/spew/common_test.go | 2 +- Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go | 2 +- Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go | 2 +- Godeps/_workspace/src/github.com/davecgh/go-spew/spew/example_test.go | 2 +- Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format_test.go | 2 +- Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew_test.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Godeps/_workspace/src/github.com/davecgh/go-spew') diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go index a25252cc1..39b7525b3 100644 --- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go +++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go @@ -21,7 +21,7 @@ import ( "reflect" "testing" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew" + "github.com/davecgh/go-spew/spew" ) // custom type to test Stinger interface on non-pointer receiver. diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go index 0762e59ae..2b320401d 100644 --- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go +++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go @@ -67,7 +67,7 @@ import ( "testing" "unsafe" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew" + "github.com/davecgh/go-spew/spew" ) // dumpTest is used to describe a test to be perfomed against the Dump method. diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go index 01f521794..18a38358e 100644 --- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go +++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go @@ -26,7 +26,7 @@ package spew_test import ( "fmt" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/testdata" + "github.com/davecgh/go-spew/spew/testdata" ) func addCgoDumpTests() { diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/example_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/example_test.go index 2f739f278..de6c4e309 100644 --- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/example_test.go +++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/example_test.go @@ -19,7 +19,7 @@ package spew_test import ( "fmt" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew" + "github.com/davecgh/go-spew/spew" ) type Flag int diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format_test.go index 793f9fb88..b664b3f13 100644 --- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format_test.go +++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format_test.go @@ -72,7 +72,7 @@ import ( "testing" "unsafe" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew" + "github.com/davecgh/go-spew/spew" ) // formatterTest is used to describe a test to be perfomed against NewFormatter. diff --git a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew_test.go b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew_test.go index ada4256b0..dbbc08567 100644 --- a/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew_test.go +++ b/Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew_test.go @@ -23,7 +23,7 @@ import ( "os" "testing" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/davecgh/go-spew/spew" + "github.com/davecgh/go-spew/spew" ) // spewFunc is used to identify which public function of the spew package or -- cgit v1.2.3-1-g7c22