summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/stretchr/objx
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/stretchr/objx
parent4f4cd5e63573da4d6edcc7d4213afaca67c19f88 (diff)
downloadchat-2639452967e66c4840164c36817234d3e7c12ac1.tar.gz
chat-2639452967e66c4840164c36817234d3e7c12ac1.tar.bz2
chat-2639452967e66c4840164c36817234d3e7c12ac1.zip
Fixing godep
Diffstat (limited to 'Godeps/_workspace/src/github.com/stretchr/objx')
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/accessors_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/conversions_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/fixture_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/map_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/mutations_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/security_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/simple_example_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/tests_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/type_specific_codegen_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/objx/value_test.go2
10 files changed, 10 insertions, 10 deletions
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"
)