From 2639452967e66c4840164c36817234d3e7c12ac1 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 23 Nov 2015 16:02:16 -0800 Subject: Fixing godep --- .../src/github.com/gorilla/websocket/examples/autobahn/server.go | 2 +- .../_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go | 2 +- .../src/github.com/gorilla/websocket/examples/command/main.go | 2 +- .../_workspace/src/github.com/gorilla/websocket/examples/echo/client.go | 2 +- .../_workspace/src/github.com/gorilla/websocket/examples/echo/server.go | 2 +- .../src/github.com/gorilla/websocket/examples/filewatch/main.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Godeps/_workspace/src/github.com/gorilla/websocket') diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go index d0b1c3158..d96ac84db 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go @@ -8,7 +8,7 @@ package main import ( "errors" "flag" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/gorilla/websocket" "io" "log" "net/http" diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go index 675d64113..22816f09f 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go @@ -5,7 +5,7 @@ package main import ( - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/gorilla/websocket" "log" "net/http" "time" diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/main.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/main.go index 3531b368c..f3f022edb 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/main.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/main.go @@ -15,7 +15,7 @@ import ( "text/template" "time" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/gorilla/websocket" ) var ( diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/client.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/client.go index 998d54462..45a023175 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/client.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/client.go @@ -12,7 +12,7 @@ import ( "net/url" "time" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/gorilla/websocket" ) var addr = flag.String("addr", "localhost:8080", "http service address") diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go index 87f14ceb5..a685b0974 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go @@ -12,7 +12,7 @@ import ( "log" "net/http" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/gorilla/websocket" ) var addr = flag.String("addr", "localhost:8080", "http service address") diff --git a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go index 04244bc0f..a2c7b85fa 100644 --- a/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go +++ b/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go @@ -14,7 +14,7 @@ import ( "text/template" "time" - "github.com/mattermost/platform/Godeps/_workspace/src/github.com/gorilla/websocket" + "github.com/gorilla/websocket" ) const ( -- cgit v1.2.3-1-g7c22