Fix gorilla/schema import path

This commit is contained in:
Matthew Ryan Dillon 2015-10-16 14:25:51 -07:00
parent 708eed5817
commit 8bae238685

View file

@ -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"
)