summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/stretchr/testify/mock
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/testify/mock
parent4f4cd5e63573da4d6edcc7d4213afaca67c19f88 (diff)
downloadchat-2639452967e66c4840164c36817234d3e7c12ac1.tar.gz
chat-2639452967e66c4840164c36817234d3e7c12ac1.tar.bz2
chat-2639452967e66c4840164c36817234d3e7c12ac1.zip
Fixing godep
Diffstat (limited to 'Godeps/_workspace/src/github.com/stretchr/testify/mock')
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/testify/mock/mock.go4
-rw-r--r--Godeps/_workspace/src/github.com/stretchr/testify/mock/mock_test.go2
2 files changed, 3 insertions, 3 deletions
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"