summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/davecgh/go-spew
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-23 16:02:16 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-23 16:02:16 -0800
commit2639452967e66c4840164c36817234d3e7c12ac1 (patch)
tree3f43e2778e7ff934a60eece0b9a2aede55431ce8 /Godeps/_workspace/src/github.com/davecgh/go-spew
parent4f4cd5e63573da4d6edcc7d4213afaca67c19f88 (diff)
downloadchat-2639452967e66c4840164c36817234d3e7c12ac1.tar.gz
chat-2639452967e66c4840164c36817234d3e7c12ac1.tar.bz2
chat-2639452967e66c4840164c36817234d3e7c12ac1.zip
Fixing godep
Diffstat (limited to 'Godeps/_workspace/src/github.com/davecgh/go-spew')
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/common_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dump_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/example_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/format_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/davecgh/go-spew/spew/spew_test.go2
6 files changed, 6 insertions, 6 deletions
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