Commit 4510977a authored by verokarhu's avatar verokarhu

fix imports on mux

parent cf0100c9
......@@ -9,7 +9,7 @@ import (
"net/http"
"path"
"github.com/gorilla/context"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gorilla/context"
)
// NewRouter returns a new router instance.
......
......@@ -9,7 +9,7 @@ import (
"net/http"
"testing"
"github.com/gorilla/context"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gorilla/context"
)
type routeTest struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment