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/go-gorp/gorp/gorp_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Godeps/_workspace/src/github.com/go-gorp') diff --git a/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp_test.go b/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp_test.go index f6739e82d..895ab450e 100644 --- a/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp_test.go +++ b/Godeps/_workspace/src/github.com/go-gorp/gorp/gorp_test.go @@ -28,8 +28,8 @@ import ( "testing" "time" - _ "github.com/mattermost/platform/Godeps/_workspace/src/github.com/go-sql-driver/mysql" - _ "github.com/mattermost/platform/Godeps/_workspace/src/github.com/lib/pq" + _ "github.com/go-sql-driver/mysql" + _ "github.com/lib/pq" _ "github.com/mattn/go-sqlite3" _ "github.com/ziutek/mymysql/godrv" ) -- cgit v1.2.3-1-g7c22