summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/gorilla/mux/mux.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/gorilla/mux/mux.go')
-rw-r--r--Godeps/_workspace/src/github.com/gorilla/mux/mux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/mux.go b/Godeps/_workspace/src/github.com/gorilla/mux/mux.go
index 3c51cca5e..68c4ea5d8 100644
--- a/Godeps/_workspace/src/github.com/gorilla/mux/mux.go
+++ b/Godeps/_workspace/src/github.com/gorilla/mux/mux.go
@@ -11,7 +11,7 @@ import (
"path"
"regexp"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/context"
+ "github.com/gorilla/context"
)
// NewRouter returns a new router instance.