Fix gorilla/schema import path
This commit is contained in:
parent
708eed5817
commit
8bae238685
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Reference in a new issue