From 2639452967e66c4840164c36817234d3e7c12ac1 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 23 Nov 2015 16:02:16 -0800 Subject: Fixing godep --- Godeps/_workspace/src/github.com/gorilla/mux/mux.go | 2 +- Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Godeps/_workspace/src/github.com/gorilla/mux') 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. diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go b/Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go index 0f9bde0c1..d1eae9265 100644 --- a/Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go +++ b/Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go @@ -10,7 +10,7 @@ import ( "strings" "testing" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/context" + "github.com/gorilla/context" ) func (r *Route) GoString() string { -- cgit v1.2.3-1-g7c22