summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go')
-rw-r--r--Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go b/Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go
index 219ba6626..c9c108fc3 100644
--- a/Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go
+++ b/Godeps/_workspace/src/github.com/lib/pq/hstore/hstore_test.go
@@ -5,7 +5,7 @@ import (
"os"
"testing"
- _ "github.com/mattermost/platform/Godeps/_workspace/src/github.com/lib/pq"
+ _ "github.com/lib/pq"
)
type Fatalistic interface {