From 8bae2386858d5ace84e666c47a59379ac14f55ab Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 16 Oct 2015 14:25:51 -0700 Subject: [PATCH] Fix gorilla/schema import path --- helpers/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers.go b/helpers/helpers.go index 65f56d2..9103203 100644 --- a/helpers/helpers.go +++ b/helpers/helpers.go @@ -7,8 +7,8 @@ import ( "net/http" "time" - "github.com/gorilla/schema" "github.com/thermokarst/bactdb/Godeps/_workspace/src/github.com/gorilla/context" + "github.com/thermokarst/bactdb/Godeps/_workspace/src/github.com/gorilla/schema" "github.com/thermokarst/bactdb/Godeps/_workspace/src/github.com/lib/pq" "github.com/thermokarst/bactdb/types" )